From 1e07017563e42c81a6ffa35ded391d3d02625955 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Tue, 5 Dec 2023 22:04:05 +0100 Subject: [river] fix keybinding --- river/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'river') diff --git a/river/init b/river/init index 3a5faf8..3d94896 100755 --- a/river/init +++ b/river/init @@ -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 -- cgit v1.2.3