diff options
Diffstat (limited to 'river')
| -rwxr-xr-x | river/init | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ hash dbus-update-activation-environment 2>/dev/null && \ dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_DESKTOP XDG_SESSION_TYPE # Input methods -riverctl keyboard-layout -model pc105awide -options ctrl:nocaps,ctrl:swap_lalt_lctl_lwin,ctrl:swap_rwin_rctl vlom +riverctl keyboard-layout -model pc105awide -options ctrl:backspace,ctrl:swap_lalt_lctl_lwin,ctrl:swap_rwin_rctl vlom riverctl input pointer-2362-628-PIXA3854:00_093A:0274_Touchpad tap enabled # Basic execution @@ -85,7 +85,7 @@ riverctl map-pointer normal Super+Shift BTN_LEFT resize-view riverctl map normal Super Tab focus-previous-tags count=0 -for i in F U H "." V L O M; do +for i in F U H period V L O M; do tags=$((1 << count)) riverctl map normal Super $i set-focused-tags $tags riverctl map normal Super+Shift $i set-view-tags $tags |
