diff options
author | Thanos Apollo <[email protected]> | 2024-06-02 08:27:35 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-06-02 08:49:30 +0300 |
commit | 12657f0a6fe307bd84c7d05cba6485cac613480c (patch) | |
tree | f2521418d6e457932307ed45cb1a9f0487b9a522 /.config/sway/hermes | |
parent | fae1e870f9b46787f95a9ab8736205784390a389 (diff) |
sway:(hermes) Add hermes config
Diffstat (limited to '.config/sway/hermes')
-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 |