diff options
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/hermes/autostart.config | 2 | ||||
-rw-r--r-- | .config/sway/hermes/keyboard.config | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/.config/sway/hermes/autostart.config b/.config/sway/hermes/autostart.config new file mode 100644 index 0000000..3261998 --- /dev/null +++ b/.config/sway/hermes/autostart.config @@ -0,0 +1,2 @@ + +exec nm-applet
\ No newline at end of file diff --git a/.config/sway/hermes/keyboard.config b/.config/sway/hermes/keyboard.config new file mode 100644 index 0000000..6a60114 --- /dev/null +++ b/.config/sway/hermes/keyboard.config @@ -0,0 +1,7 @@ + + +## Keyboard +input "type:keyboard" { + xkb_layout us,gr + xkb_options grp:win_space_toggle,ctrl:swapcaps + }
\ No newline at end of file |