initial checkin

This commit is contained in:
Alex Kelly 2022-06-17 16:24:10 -04:00
commit a37301f508
9 changed files with 838 additions and 0 deletions

9
conf.d/mode_audio.conf Normal file
View file

@ -0,0 +1,9 @@
mode "audio" {
bindsym m exec "~/bin/volume.sh mute"
bindsym j exec "~/bin/volume.sh down"
bindsym k exec "~/bin/volume.sh up"
bindsym t exec "~/bin/volume.sh mtoggle"
bindsym backslash exec "~/bin/volume.sh mtoggle"
bindsym Return mode "default"
bindsym Escape mode "default"
}