Compare commits
No commits in common. "2de8db566116f7b2e49c559d4ccf832853b42df4" and "66bbb3bfe33d3ca5428b7a54e719d3c61409f5b6" have entirely different histories.
2de8db5661
...
66bbb3bfe3
4 changed files with 2 additions and 19 deletions
|
@ -25,6 +25,5 @@ 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"
|
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 "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 C zoom
|
riverctl map normal $mod Return 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
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
#!/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"
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/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