adding ma things
This commit is contained in:
parent
8fa3766584
commit
2273ff5233
5 changed files with 16 additions and 9 deletions
|
@ -17,6 +17,9 @@ function map_workspaces(id) {
|
|||
case 2:
|
||||
return Widget.Label("");
|
||||
break;
|
||||
case "browse":
|
||||
return Widget.Label("");
|
||||
break;
|
||||
case 3:
|
||||
return Widget.Label("");
|
||||
break;
|
||||
|
@ -172,7 +175,7 @@ function Bar(monitor = 0) {
|
|||
App.config({
|
||||
style: css,
|
||||
windows: [
|
||||
Bar(laptop ? 0 : 0), // can be instantiated for each monitor
|
||||
Bar(laptop ? 0 : 2), // can be instantiated for each monitor
|
||||
NotificationPopups(),
|
||||
],
|
||||
})
|
||||
|
|
|
@ -61,7 +61,7 @@ command org-capture composite get_current_url | js -p tri.excmds.exclaim_quiet('
|
|||
"" Unbind this key to rebind it later
|
||||
unbind v
|
||||
|
||||
command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('mpv --no-terminal' + '${url}'))
|
||||
command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('empv ' + '${url}'))
|
||||
|
||||
command torrent js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('transadd ' + url))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue