Add shortcuts to start Cantata and MPD stream
This commit is contained in:
parent
30d49eb4d6
commit
61990df48e
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
# See http://i3wm.org/docs/userguide.html for a complete reference
|
||||
|
||||
set $term $HOME/.config/i3/terminal.sh
|
||||
set $termexec xfce4-terminal
|
||||
set $barlaunchcmd $HOME/.config/polybar/launch.sh
|
||||
|
||||
########################
|
||||
|
@ -104,6 +105,9 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pamixer -i $volumeStep
|
|||
bindsym XF86AudioMute exec --no-startup-id pamixer -t
|
||||
bindsym XF86AudioMicMute exec --no-startup-id pamixer --source alsa_input.pci-0000_00_1b.0.analog-stereo -t
|
||||
|
||||
bindsym $mod+XF86AudioLowerVolume workspace 11; exec cantata
|
||||
bindsym $mod+XF86AudioRaiseVolume workspace 11; exec "$termexec -x mpv --cache-secs=1 '<your MPD output stream here>'"
|
||||
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id $HOME/.config/i3/backlight.sh down
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id $HOME/.config/i3/backlight.sh up
|
||||
|
||||
|
|
Loading…
Reference in a new issue