diff options
| author | tslil clingman <> | 2023-12-31 17:33:20 +0100 |
|---|---|---|
| committer | tslil clingman <> | 2023-12-31 17:33:20 +0100 |
| commit | 4101f638ada9fa4c7c7dccaa2bffcb03d0a34376 (patch) | |
| tree | 83d10d682006d7ee2eaf5a61e3609556d7ded2d5 | |
| parent | 3ac19d90d4e588a97576e79ff2f21cfd7cd8ca51 (diff) | |
[xkb/river] rename vlom{_,}wide, don't swap lwin
| -rwxr-xr-x | river/init | 2 | ||||
| -rw-r--r-- | xkb_vlomwide (renamed from xkb_vlom_wide) | 4 |
2 files changed, 3 insertions, 3 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 -options ctrl:swap_lalt_lctl_lwin,ctrl:swap_rwin_rctl vlom_wide +riverctl keyboard-layout -options ctrl:swap_lalt_lctl,ctrl:swap_rwin_rctl vlomwide riverctl input pointer-2362-628-PIXA3854:00_093A:0274_Touchpad tap enabled # Basic execution diff --git a/xkb_vlom_wide b/xkb_vlomwide index 9c8cdd9..1aacb7f 100644 --- a/xkb_vlom_wide +++ b/xkb_vlomwide @@ -1,8 +1,8 @@ default partial alphanumeric_keys -xkb_symbols "vlom_wide" { +xkb_symbols "vlomwide" { include "us" - name[Group1]= "English (vlom_wide)"; + name[Group1]= "English (vlomwide)"; key <TLDE> { [ grave, asciitilde ] }; key <AE01> { [ 1, exclam ] }; key <AE02> { [ 2, at ] }; |
