summaryrefslogtreecommitdiff
path: root/river/init
diff options
context:
space:
mode:
Diffstat (limited to 'river/init')
-rwxr-xr-xriver/init4
1 files changed, 2 insertions, 2 deletions
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