Browse Source

added controls to toggle start/stop buttons

master
Josh Fabean 6 years ago
parent
commit
a14a1835ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .config/i3/config

+ 1
- 1
.config/i3/config View File

@ -247,7 +247,7 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id "pulseaudio-ctl up ; pkill -RT
bindsym XF86AudioMute exec --no-startup-id "pulseaudio-ctl mute ; pkill -RTMIN+1 i3blocks"
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
bindsym XF86AudioPause exec --no-startup-id playerctl play-pause
bindsym $mod1+Shift+p exec --no-startup-id echo "cycle pause" > ~/.config/mpv/control
# Chrome special flags and others set in /etc/profiles.d/variables.sh like the following: --touch-devices=2 --force-device-scale-factor=2
#


Loading…
Cancel
Save