Skip to content

Commit

Permalink
Change music controls
Browse files Browse the repository at this point in the history
  • Loading branch information
joseangelgm committed May 24, 2020
1 parent fcac3c1 commit 918bfdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions environment/components/i3/config/i3config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ bindsym XF86AudioLowerVolume exec $HOME/Workspace/dev/environment/scripts/contro
bindsym XF86AudioRaiseVolume exec $HOME/Workspace/dev/environment/scripts/controls/volumeControl "up"

# Music Control
bindsym KP_Subtract exec $HOME/Workspace/dev/environment/scripts/controls/musicControl "toggle"
bindsym KP_Divide exec $HOME/Workspace/dev/environment/scripts/controls/musicControl "toggle"
#bindsym XF86AudioStop exec $HOME/Workspace/dev/scripts/musicControl "pause"
bindsym KP_Add exec $HOME/Workspace/dev/environment/scripts/controls/musicControl "prev"
bindsym KP_Enter exec $HOME/Workspace/dev/environment/scripts/controls/musicControl "next"
bindsym KP_Multiply exec $HOME/Workspace/dev/environment/scripts/controls/musicControl "prev"
bindsym KP_Subtract exec $HOME/Workspace/dev/environment/scripts/controls/musicControl "next"

# Start Applications
bindsym $mod+Ctrl+b exec terminal -e 'bmenu'
Expand Down

0 comments on commit 918bfdd

Please sign in to comment.