i3: Switch to .local/bin instead of .bin
This commit is contained in:
parent
e824779311
commit
6dbe147dc7
@ -133,7 +133,7 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness
|
|||||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness
|
bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness
|
||||||
|
|
||||||
# mpv-xwinwrap controls
|
# mpv-xwinwrap controls
|
||||||
bindsym $mod+p exec --no-startup-id "~/.bin/mpv-xwinwrap"
|
bindsym $mod+p exec --no-startup-id "~/.local/bin/mpv-xwinwrap"
|
||||||
bindsym $mod+$shift+p exec --no-startup-id "pkill xwinwrap"
|
bindsym $mod+$shift+p exec --no-startup-id "pkill xwinwrap"
|
||||||
|
|
||||||
# VM controls
|
# VM controls
|
||||||
@ -259,9 +259,9 @@ bindsym $mod+r mode "resize"
|
|||||||
# Control Mopidy
|
# Control Mopidy
|
||||||
mode "mopidy" {
|
mode "mopidy" {
|
||||||
# Shuffle, Repeat, and Consume
|
# Shuffle, Repeat, and Consume
|
||||||
bindsym s exec --no-startup-id "~/.bin/mpc/mpc-i3-shuffle"
|
bindsym s exec --no-startup-id "~/.local/bin/mpc/mpc-i3-shuffle"
|
||||||
bindsym r exec --no-startup-id "~/.bin/mpc/mpc-i3-repeat"
|
bindsym r exec --no-startup-id "~/.local/bin/mpc/mpc-i3-repeat"
|
||||||
bindsym e exec --no-startup-id "~/.bin/mpc/mpc-i3-consume"
|
bindsym e exec --no-startup-id "~/.local/bin/mpc/mpc-i3-consume"
|
||||||
|
|
||||||
# Volume keys
|
# Volume keys
|
||||||
bindsym Up exec --no-startup-id "mpc volume +5"
|
bindsym Up exec --no-startup-id "mpc volume +5"
|
||||||
@ -271,9 +271,9 @@ mode "mopidy" {
|
|||||||
bindsym t 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
|
# Start playing a playlist
|
||||||
bindsym p exec --no-startup-id "~/.bin/mpc/mpc-i3-playlists --clear"
|
bindsym p exec --no-startup-id "~/.local/bin/mpc/mpc-i3-playlists --clear"
|
||||||
# Append a playlist
|
# Append a playlist
|
||||||
bindsym o exec --no-startup-id "~/.bin/mpc/mpc-i3-playlists"
|
bindsym o exec --no-startup-id "~/.local/bin/mpc/mpc-i3-playlists"
|
||||||
|
|
||||||
# Skip between tracks
|
# 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'"
|
bindsym Right exec --no-startup-id "mpc next; notify-send -a 'Mopidy' -u low -t 1 'Next' 'The current song has been skipped'"
|
||||||
|
Reference in New Issue
Block a user