summaryrefslogtreecommitdiffstats
path: root/.config/sway/config.d
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/config.d')
-rw-r--r--.config/sway/config.d/keyboard4
-rw-r--r--.config/sway/config.d/sound3
2 files changed, 7 insertions, 0 deletions
diff --git a/.config/sway/config.d/keyboard b/.config/sway/config.d/keyboard
new file mode 100644
index 0000000..6cd8e57
--- /dev/null
+++ b/.config/sway/config.d/keyboard
@@ -0,0 +1,4 @@
+input type:keyboard {
+ xkb_layout us,ge
+ xkb_options grp:alt_shift_toggle
+}
diff --git a/.config/sway/config.d/sound b/.config/sway/config.d/sound
new file mode 100644
index 0000000..0ab1987
--- /dev/null
+++ b/.config/sway/config.d/sound
@@ -0,0 +1,3 @@
+bindsym XF86AudioMute exec amixer -D pipewire set Master 1+ toggle
+bindsym XF86AudioRaiseVolume exec amixer -q sset Master 5%+
+bindsym XF86AudioLowerVolume exec amixer -q sset Master 5%-