river: Reducir teclas

This commit is contained in:
Cat /dev/Nulo 2022-02-09 13:16:32 -03:00
parent 44bd790fd5
commit 231f605a76

View file

@ -70,10 +70,6 @@ define_tag $((1 << 5)) 6
define_tag $((1 << 6)) 7 define_tag $((1 << 6)) 7
define_tag $((1 << 7)) 8 define_tag $((1 << 7)) 8
define_tag $((1 << 8)) 9 define_tag $((1 << 8)) 9
define_tag $((1 << 9)) U
define_tag $((1 << 10)) I
define_tag $((1 << 11)) O
define_tag $((1 << 12)) P
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
@ -98,8 +94,6 @@ riverctl map normal $mod Z spawn 'pamixer --default-source --toggle-mute'
riverctl map normal $mod X spawn 'fnottctl actions' riverctl map normal $mod X spawn 'fnottctl actions'
riverctl map normal $mod C spawn 'fnottctl dismiss' riverctl map normal $mod C spawn 'fnottctl dismiss'
riverctl map normal $mod V spawn 'pass-fuzzel'
for mode in normal locked for mode in normal locked
do do
# https://github.com/cdemoulins/pamixer # https://github.com/cdemoulins/pamixer
@ -120,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+Shift T spawn footclient riverctl map normal $mod T spawn footclient
riverctl map normal $mod+Shift Return spawn fuzzel-run riverctl map normal $mod Return spawn fuzzel-run
riverctl map normal $mod+Shift 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'