diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-03-02 23:17:00 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-03-02 23:17:00 +0000 |
commit | 1daea69570948ca64f797d1661368556a9a2d4a9 (patch) | |
tree | 2d5e3ae47f72c032f82548b607bfb4c93dbc9ad9 | |
parent | 5db38f2afa6abb498ec60fcddb4a4ab4d789fe4d (diff) | |
download | dotfiles-1daea69570948ca64f797d1661368556a9a2d4a9.tar.gz dotfiles-1daea69570948ca64f797d1661368556a9a2d4a9.tar.bz2 dotfiles-1daea69570948ca64f797d1661368556a9a2d4a9.zip |
~rebound 8,9 and 0 to mpc commands
I will never use workspaces 8 9 and 0. Thus, use them for music!
-rw-r--r-- | i3.conf | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -29,6 +29,11 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT bindsym $mod+m exec --no-startup-id pactl set-sink-volume 0 +10% && $refresh_i3status bindsym $mod+n exec --no-startup-id pactl set-sink-volume 0 -10% && $refresh_i3status +# Music binds +bindsym $mod+8 exec --no-startup-id mpc toggle +bindsym $mod+9 exec --no-startup-id mpc prev +bindsym $mod+0 exec --no-startup-id mpc next + # Brightness binds bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight +15 bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -15 @@ -117,9 +122,6 @@ bindsym $mod+4 workspace number $ws4 bindsym $mod+5 workspace number $ws5 bindsym $mod+6 workspace number $ws6 bindsym $mod+7 workspace number $ws7 -bindsym $mod+8 workspace number $ws8 -bindsym $mod+9 workspace number $ws9 -bindsym $mod+0 workspace number $ws10 # move focused container to workspace bindsym $mod+Shift+1 move container to workspace number $ws1 |