river: Cambiar un montón de cosas, no se, ya no lo uso

This commit is contained in:
Cat /dev/Nulo 2022-03-05 20:14:12 -03:00
parent 4d51bdf517
commit 47c4f03023

View file

@ -30,9 +30,9 @@ riverctl map normal $mod+Shift H send-layout-cmd stacktile "primary_count +1"
riverctl map normal $mod+Shift L send-layout-cmd stacktile "primary_count -1" riverctl map normal $mod+Shift L send-layout-cmd stacktile "primary_count -1"
riverctl declare-mode move-resize riverctl declare-mode move-resize
riverctl map normal $mod B enter-mode move-resize riverctl map normal $mod R enter-mode move-resize
riverctl map move-resize $mod B enter-mode normal riverctl map move-resize $mod R enter-mode normal
riverctl map move-resize None Escape enter-mode normal riverctl map move-resize None Escape enter-mode normal
riverctl map move-resize None Return enter-mode normal riverctl map move-resize None Return enter-mode normal
@ -61,15 +61,15 @@ define_tag() {
riverctl map normal $mod+Shift+Alt $2 toggle-view-tags $1 riverctl map normal $mod+Shift+Alt $2 toggle-view-tags $1
} }
define_tag $((1 << 0)) X define_tag $((1 << 0)) Z
define_tag $((1 << 1)) C define_tag $((1 << 1)) X
define_tag $((1 << 2)) V define_tag $((1 << 2)) C
define_tag $((1 << 3)) S define_tag $((1 << 3)) B
define_tag $((1 << 4)) D define_tag $((1 << 4)) N
define_tag $((1 << 5)) F define_tag $((1 << 5)) M
define_tag $((1 << 6)) W define_tag $((1 << 6)) less
define_tag $((1 << 7)) E define_tag $((1 << 7)) greater
define_tag $((1 << 8)) R define_tag $((1 << 8)) question
all_tags=$(((1 << 32) - 1)) all_tags=$(((1 << 32) - 1))
riverctl map normal $mod 0 set-focused-tags $all_tags riverctl map normal $mod 0 set-focused-tags $all_tags
@ -82,7 +82,7 @@ riverctl map normal $mod Up send-layout-cmd stacktile "primary_position top"
riverctl map normal $mod Right send-layout-cmd stacktile "primary_position right" riverctl map normal $mod Right send-layout-cmd stacktile "primary_position right"
riverctl map normal $mod Down send-layout-cmd stacktile "primary_position bottom" riverctl map normal $mod Down send-layout-cmd stacktile "primary_position bottom"
riverctl map normal $mod Left send-layout-cmd stacktile "primary_position left" riverctl map normal $mod Left send-layout-cmd stacktile "primary_position left"
riverctl map normal $mod M send-layout-cmd stacktile "all_primary toggle" riverctl map normal $mod H send-layout-cmd stacktile "all_primary toggle"
riverctl declare-mode passthrough riverctl declare-mode passthrough
riverctl map normal $mod F11 enter-mode passthrough riverctl map normal $mod F11 enter-mode passthrough
@ -92,7 +92,7 @@ riverctl map passthrough $mod F11 enter-mode normal
riverctl map normal $mod grave spawn 'pamixer --default-source --toggle-mute' riverctl map normal $mod grave spawn 'pamixer --default-source --toggle-mute'
riverctl map normal $mod A spawn 'fnottctl actions' riverctl map normal $mod A spawn 'fnottctl actions'
riverctl map normal $mod Z spawn 'fnottctl dismiss' riverctl map normal $mod S spawn 'fnottctl dismiss'
for mode in normal locked for mode in normal locked
do do
@ -114,7 +114,7 @@ done
riverctl map normal $mod+Shift N spawn lock riverctl map normal $mod+Shift N spawn lock
riverctl map normal $mod+Shift M spawn 'lock && doas pm-suspend' riverctl map normal $mod+Shift M spawn 'lock && doas pm-suspend'
riverctl map normal $mod T spawn footclient riverctl map normal $mod I spawn footclient
riverctl map normal $mod U spawn fuzzel-run riverctl map normal $mod U spawn fuzzel-run
riverctl map normal $mod backslash spawn buscar-archivos riverctl map normal $mod backslash spawn buscar-archivos
riverctl map normal None Print spawn 'grimshot copy area' riverctl map normal None Print spawn 'grimshot copy area'