diff options
author | Revaz Nakhutsrishvili <r@revaz.xyz> | 2024-08-31 22:12:05 +0400 |
---|---|---|
committer | Revaz Nakhutsrishvili <r@revaz.xyz> | 2024-08-31 22:12:05 +0400 |
commit | f833ccfe64bf3847d0c98605851bad30e0ff380c (patch) | |
tree | 2643cf7d2c2659273da300e386878d1c46fc940e /sway/config.d | |
parent | 2373fe45ea2c0f1c11f03b558a9ba03ebefae127 (diff) |
swaywm config
Diffstat (limited to 'sway/config.d')
-rw-r--r-- | sway/config.d/keyboard | 4 | ||||
-rw-r--r-- | sway/config.d/sound | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sway/config.d/keyboard b/sway/config.d/keyboard new file mode 100644 index 0000000..6cd8e57 --- /dev/null +++ b/sway/config.d/keyboard @@ -0,0 +1,4 @@ +input type:keyboard { + xkb_layout us,ge + xkb_options grp:alt_shift_toggle +} diff --git a/sway/config.d/sound b/sway/config.d/sound new file mode 100644 index 0000000..0ab1987 --- /dev/null +++ b/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%- |