updating kaladins stuff

This commit is contained in:
Chris Cochrun 2024-01-18 04:34:33 -06:00
parent 5408b21784
commit 3dcbe8279b
5 changed files with 8 additions and 3 deletions

View file

@ -325,7 +325,7 @@
:windowtype "dock"
(bar_layout))
(defwindow bar1
:monitor 0
:monitor 1
:exclusive true
:geometry (geometry
:x "15px"

View file

@ -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('mpv --no-terminal' + '${url}'))
command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('mpv --no-terminal' + '${url}'))
command torrent js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('transadd ' + url))