From 12657f0a6fe307bd84c7d05cba6485cac613480c Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 2 Jun 2024 08:27:35 +0300 Subject: sway:(hermes) Add hermes config --- .config/sway/hermes/autostart.config | 2 ++ .config/sway/hermes/keyboard.config | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 .config/sway/hermes/autostart.config create mode 100644 .config/sway/hermes/keyboard.config (limited to '.config/sway/hermes') 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 -- cgit v1.2.3