diff options
author | Thanos Apollo <[email protected]> | 2024-05-31 16:55:43 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-31 16:55:43 +0300 |
commit | 2f2e7cd8ad9a30d743d85dce53e8fb60932959aa (patch) | |
tree | 78fae8b09f43a8d1a05c933d3fe7530a77b7ec86 /.config/sway | |
parent | cc0cd0c597a6a5b526a959e57da1e1f13e8e3a6d (diff) |
sway: Remove keyboard config
Each machine should define it's own keyboard config at $hostname files
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/config | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.config/sway/config b/.config/sway/config index 69b35fc..66d612e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -60,19 +60,6 @@ smart_borders on # Focus follows mouse focus_follows_mouse yes -# Autostart # - -#exec_always --no-startup-id dunst & - -## Keyboard setup - -# NOTE: for bg phonetic use ,bg(phonetic) - input "type:keyboard" { - xkb_layout us,gr - xkb_options grp:win_space_toggle - } - - # set gtk+ theme set $gnome-schema org.gnome.desktop.interface |