initial commit

This commit is contained in:
2025-06-13 15:59:15 +03:00
commit 58e0d74348
2 changed files with 243 additions and 0 deletions

8
config.old Normal file
View File

@@ -0,0 +1,8 @@
# Brightness
bindsym XF86MonBrightnessDown exec light -U 10
bindsym XF86MonBrightnessUp exec light -A 10
# Volume
bindsym XF86AudioRaiseVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ +1%'
bindsym XF86AudioLowerVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ -1%'
bindsym XF86AudioMute exec 'pactl set-sink-mute @DEFAULT_SINK@ toggle'