Squeezed Rofi down a bit

This commit is contained in:
2017-07-30 19:03:09 -05:00
parent 8cf43cedd8
commit 0f329619f5
3 changed files with 7 additions and 1 deletions

View File

@@ -231,7 +231,10 @@ mode "media" {
bindsym r exec --no-startup-id "~/.bin/mpc/mpc-i3-repeat"
# Toggle playback
bindsym p exec --no-startup-id "mpc toggle; notify-send -a 'Mopidy' -u low -t 1 'Toggle' 'Toggled playback'
bindsym t exec --no-startup-id "mpc toggle; notify-send -a 'Mopidy' -u low -t 1 'Toggle' 'Toggled playback'
# Start playing a playlist
bindsym p exec --no-startup-id "~/.bin/mpc/mpc-i3-playlists"
# Skip between tracks
bindsym Right exec --no-startup-id "mpc next; notify-send -a 'Mopidy' -u low -t 1 'Next' 'The current song has been skipped'"