added playerctl keybindings to i3
This commit is contained in:
parent
ab3b4b0e70
commit
926cee404e
@ -17,6 +17,7 @@
|
||||
# - polybar
|
||||
# - dunst
|
||||
# - picom
|
||||
# - playerctl - for media keys
|
||||
|
||||
### Basic stuff ###
|
||||
|
||||
@ -153,9 +154,6 @@ bindsym $mod+s exec $HOME/.config/rofi/rofi-quick-action.sh
|
||||
bindsym $mod+a exec --no-startup-id rofi -show calc -modi calc -no-show-match -no-sort
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id light -A 5
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id light -U 5
|
||||
#bindsym XF86AudioRaiseVolume exec --no-startup-id amixer sset Master 5+
|
||||
#bindsym XF86AudioLowerVolume exec --no-startup-id amixer sset Master 5-
|
||||
#bindsym XF86AudioMute exec --no-startup-id amixer sset Master toggle
|
||||
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +10%
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -10%
|
||||
@ -163,6 +161,10 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle
|
||||
|
||||
bindsym XF86TouchpadToggle exec --no-startup-id $HOME/.config/i3/touchpadToggle.sh
|
||||
|
||||
bindsym XF86AudioNext exec --no-startup-id playerctl next
|
||||
bindsym XF86AudioPrev exec --no-startup-id playerctl previous
|
||||
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
|
||||
|
||||
bindsym $mod+Shift+w exec --no-startup-id networkmanager_dmenu
|
||||
|
||||
### autostart ###
|
||||
|
Loading…
Reference in New Issue
Block a user