diff --git a/.config/river/keys b/.config/river/keys index 0b2a002..e1fd641 100755 --- a/.config/river/keys +++ b/.config/river/keys @@ -70,10 +70,6 @@ define_tag $((1 << 5)) 6 define_tag $((1 << 6)) 7 define_tag $((1 << 7)) 8 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)) 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 C spawn 'fnottctl dismiss' -riverctl map normal $mod V spawn 'pass-fuzzel' - for mode in normal locked do # https://github.com/cdemoulins/pamixer @@ -120,7 +114,7 @@ done riverctl map normal $mod+Shift N spawn lock riverctl map normal $mod+Shift M spawn 'lock && doas pm-suspend' -riverctl map normal $mod+Shift T spawn footclient -riverctl map normal $mod+Shift Return spawn fuzzel-run -riverctl map normal $mod+Shift backslash spawn buscar-archivos +riverctl map normal $mod T spawn footclient +riverctl map normal $mod Return spawn fuzzel-run +riverctl map normal $mod backslash spawn buscar-archivos riverctl map normal None Print spawn 'grimshot copy area'