idk stuff

This commit is contained in:
Chris Cochrun 2023-12-07 09:49:26 -06:00
parent 9746be7a1e
commit 2d22c3d19c
4 changed files with 10 additions and 2 deletions

View file

@ -4,3 +4,6 @@
2023/11/15 (09:50:31) | ===> btop++ v.1.2.13 2023/11/15 (09:50:31) | ===> btop++ v.1.2.13
2023/11/15 (09:50:31) | ERROR: Failed to get size of terminal! 2023/11/15 (09:50:31) | ERROR: Failed to get size of terminal!
2023/12/06 (12:54:36) | ===> btop++ v.1.2.13
2023/12/06 (12:54:36) | ERROR: Failed to get size of terminal!

View file

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

View file

@ -62,7 +62,7 @@ command org-capture composite get_current_url | js -p tri.excmds.exclaim_quiet('
"" Unbind this key to rebind it later "" Unbind this key to rebind it later
unbind v unbind v
command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim('LIBVA_DRIVERS_PATH=/run/current-system/profile/lib/dri mpv ' + url)) command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim('mpv ' + url))
command torrent js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('transadd ' + url)) command torrent js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('transadd ' + url))

View file

@ -115,6 +115,11 @@ with lib;
bash bash
''; '';
qt = {
platformTheme = "qt5ct";
enable = true;
};
# environment.etc."xdg/user-dirs.defaults".text = '' # environment.etc."xdg/user-dirs.defaults".text = ''
# DESKTOP= # DESKTOP=
# DOWNLOAD=dls # DOWNLOAD=dls