diff options
author | Karel Kočí <cynerd@email.cz> | 2024-03-13 11:47:48 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-03-13 11:47:48 +0100 |
commit | 763088cc58aff67c6eca2a27948916a5a01d429b (patch) | |
tree | 7064fa71fa3aa356e48809f5d4596cf43463eea1 /config/sway/bindsym-layout | |
parent | d6a51f0a5a7d2327c8dc976bd5171f102de40af5 (diff) | |
download | myconfigs-763088cc58aff67c6eca2a27948916a5a01d429b.tar.gz myconfigs-763088cc58aff67c6eca2a27948916a5a01d429b.tar.bz2 myconfigs-763088cc58aff67c6eca2a27948916a5a01d429b.zip |
sway: replace files correctly
Diffstat (limited to 'config/sway/bindsym-layout')
-rw-r--r-- | config/sway/bindsym-layout | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config/sway/bindsym-layout b/config/sway/bindsym-layout deleted file mode 100644 index 7c2aa2d..0000000 --- a/config/sway/bindsym-layout +++ /dev/null @@ -1,13 +0,0 @@ -# vim: ft=swayconfig -set $mode_layout Set keyboard layout (u)s or (c)z -mode "$mode_layout" { - bindsym u input type:keyboard xkb_variant basic, input type:keyboard xkb_layout us, mode "default" - bindsym c input type:keyboard xkb_layout cz, input type:keyboard xkb_variant qwerty, mode "default" - bindsym Return mode "default" - bindsym Escape mode "default" -} -bindsym --to-code $mod+slash mode "$mode_layout" - -# Type emoji -bindsym --to-code $mod+period exec rofimoji --selector wofi --skin-tone neutral -bindsym --to-code $mod+Shift+period exec rofimoji --selector wofi --skin-tone neutral --action copy |