diff options
| author | tslil clingman <> | 2023-12-05 22:04:05 +0100 |
|---|---|---|
| committer | tslil clingman <> | 2023-12-05 22:04:05 +0100 |
| commit | 1e07017563e42c81a6ffa35ded391d3d02625955 (patch) | |
| tree | ac97032de9cb49bb2a95aa3bd161bda689d52e83 /river | |
| parent | ab5143152997770d1bd4419419aa839dc57c43f5 (diff) | |
[river] fix keybinding
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 |
