diff options
author | Karel Kočí <cynerd@email.cz> | 2022-07-02 09:43:06 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-07-02 09:43:06 +0200 |
commit | c49abeb1a3e2b526dda17e71bccba1630360470f (patch) | |
tree | 5fbd39d3919cca5dc7d2eb0f2aa4f64d19b543c5 /config/sway/bindsym-layout | |
parent | c0d3adb0276937cd08642ed1e6e69ec83ee5bb49 (diff) | |
download | myconfigs-c49abeb1a3e2b526dda17e71bccba1630360470f.tar.gz myconfigs-c49abeb1a3e2b526dda17e71bccba1630360470f.tar.bz2 myconfigs-c49abeb1a3e2b526dda17e71bccba1630360470f.zip |
Use Nord color theme
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 5b075ac..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_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 |