Compare commits
3 commits
66bbb3bfe3
...
2de8db5661
Author | SHA1 | Date | |
---|---|---|---|
2de8db5661 | |||
9be44240a3 | |||
5c7e642d19 |
4 changed files with 19 additions and 2 deletions
|
@ -25,5 +25,6 @@ riverctl float-filter-add app-id fzf
|
||||||
|
|
||||||
~/.config/river/keys
|
~/.config/river/keys
|
||||||
|
|
||||||
riverctl spawn "pgrep -x stacktile >/dev/null || stacktile --per-tag-config --drop-empty-configs --primary-sublayout=stack --inner-padding=0 --outer-padding=0"
|
riverctl spawn "pgrep -x stacktile >/dev/null || stacktile --per-tag-config --drop-empty-configs --primary-sublayout=stack"
|
||||||
|
riverctl spawn "killall zeit-bg-daemon ; zeit-bg-daemon"
|
||||||
riverctl default-layout stacktile
|
riverctl default-layout stacktile
|
||||||
|
|
|
@ -36,7 +36,7 @@ riverctl map normal None Super_L spawn "killall -SIGUSR1 river-tag-overlay"
|
||||||
#riverctl map normal $mod+Shift Period send-to-output next
|
#riverctl map normal $mod+Shift Period send-to-output next
|
||||||
#riverctl map normal $mod+Shift Comma send-to-output previous
|
#riverctl map normal $mod+Shift Comma send-to-output previous
|
||||||
|
|
||||||
riverctl map normal $mod Return zoom
|
riverctl map normal $mod C zoom
|
||||||
|
|
||||||
riverctl declare-mode move-resize
|
riverctl declare-mode move-resize
|
||||||
riverctl map normal $mod R enter-mode move-resize
|
riverctl map normal $mod R enter-mode move-resize
|
||||||
|
|
13
.local/bin/.zeit-bg-daemon.trigger
Executable file
13
.local/bin/.zeit-bg-daemon.trigger
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. ~/.cache/themer.lua/shell
|
||||||
|
|
||||||
|
tracking="$(zeit tracking --no-colors)"
|
||||||
|
|
||||||
|
if echo "$tracking" | grep -q '^ ▶ tracking'; then
|
||||||
|
color="$backgroundish"
|
||||||
|
else
|
||||||
|
color="$background"
|
||||||
|
fi
|
||||||
|
|
||||||
|
riverctl background-color "0x$color"
|
3
.local/bin/zeit-bg-daemon
Executable file
3
.local/bin/zeit-bg-daemon
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
~/.local/bin/.zeit-bg-daemon.trigger
|
||||||
|
busybox inotifyd ~/.local/bin/.zeit-bg-daemon.trigger "$ZEIT_DB:c"
|
Loading…
Reference in a new issue