initial checkin with most things working, but still mostly my i3 config
This commit is contained in:
commit
0a34210827
23 changed files with 701 additions and 0 deletions
18
conf.d/mode_audio.conf
Normal file
18
conf.d/mode_audio.conf
Normal file
|
@ -0,0 +1,18 @@
|
|||
# switch to audio mode
|
||||
bindsym $mod+m mode "audio"
|
||||
# output chooser, outside of mode
|
||||
bindsym $mod+o exec --no-startup-id rofi -show rofi-sound -modi "rofi-sound:~/.local/bin/rofi-sound-output-chooser"
|
||||
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 p exec "playerctl play-pause"
|
||||
bindsym h exec "playerctl previous"
|
||||
bindsym l exec "playerctl next"
|
||||
bindsym o exec --no-startup-id rofi -show rofi-sound -modi "rofi-sound:~/.local/bin/rofi-sound-output-chooser"
|
||||
|
||||
bindsym backslash exec "~/bin/volume.sh mtoggle"
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue