idk stuff
This commit is contained in:
parent
9746be7a1e
commit
2d22c3d19c
|
@ -4,3 +4,6 @@
|
|||
|
||||
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/12/06 (12:54:36) | ===> btop++ v.1.2.13
|
||||
2023/12/06 (12:54:36) | ERROR: Failed to get size of terminal!
|
||||
|
|
|
@ -325,7 +325,7 @@
|
|||
:windowtype "dock"
|
||||
(bar_layout))
|
||||
(defwindow bar1
|
||||
:monitor 2
|
||||
:monitor 1
|
||||
:exclusive true
|
||||
:geometry (geometry
|
||||
:x "15px"
|
||||
|
|
|
@ -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 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))
|
||||
|
||||
|
|
|
@ -115,6 +115,11 @@ with lib;
|
|||
bash
|
||||
'';
|
||||
|
||||
qt = {
|
||||
platformTheme = "qt5ct";
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# environment.etc."xdg/user-dirs.defaults".text = ''
|
||||
# DESKTOP=
|
||||
# DOWNLOAD=dls
|
||||
|
|
Loading…
Reference in a new issue