diff options
author | Karel Kočí <cynerd@email.cz> | 2022-07-11 10:34:34 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-07-11 10:34:34 +0200 |
commit | 413e2a4d18c877cc2c163d11b97fc1fef111df4a (patch) | |
tree | 6d55eee7bcb682610f3b9c9b46e8ccedb6953304 /config/sway/inputs | |
parent | 30ebc83f8fe76da61ee9cbc6b7cd5f1f1cfc18e0 (diff) | |
download | myconfigs-413e2a4d18c877cc2c163d11b97fc1fef111df4a.tar.gz myconfigs-413e2a4d18c877cc2c163d11b97fc1fef111df4a.tar.bz2 myconfigs-413e2a4d18c877cc2c163d11b97fc1fef111df4a.zip |
sway: move layout back to bindsim as we need mod to be defined
Diffstat (limited to 'config/sway/inputs')
-rw-r--r-- | config/sway/inputs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/config/sway/inputs b/config/sway/inputs index 3569df9..235105e 100644 --- a/config/sway/inputs +++ b/config/sway/inputs @@ -17,20 +17,6 @@ seat '*' { hide_cursor when-typing disable } -## Layout switching ############################################################ -set $mode_layout Set keyboard layout (u)s or (c)z -mode "$mode_layout" { - bindsym u input type:keyboard xkb_layout us, mode "default" - bindsym c input type:keyboard xkb_layout cz_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 - ## Susan inputs ################################################################ input '9610:33:HAILUCK_CO.,LTD_USB_KEYBOARD_Mouse' { middle_emulation enabled |