Moved Bin/ to bin/
This commit is contained in:
parent
d5c79fcfc2
commit
39772dcd24
32 changed files with 9 additions and 9 deletions
|
@ -168,7 +168,7 @@ bindsym $mod+n exec "/home/dbroqua/Softwares/Zettlr"
|
|||
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bindsym --locked XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindsym XF86AudioPlay exec ~/Bin/mpc.sh PlayPause
|
||||
bindsym XF86AudioPlay exec ~/bin/mpc.sh PlayPause
|
||||
bindsym XF86AudioPrev exec mpc prev
|
||||
bindsym XF86AudioNext exec mpc next
|
||||
bindsym $mod+shift+p exec "$term -t 'Pulse Mixer' -e pulsemixer"
|
||||
|
|
|
@ -93,16 +93,16 @@
|
|||
},
|
||||
"custom/multimedia_previous": {
|
||||
"format": "",
|
||||
"on-click": "~/Bin/music.sh Previous"
|
||||
"on-click": "~/bin/music.sh Previous"
|
||||
},
|
||||
"custom/multimedia_current": {
|
||||
"interval": 10,
|
||||
"exec": "~/Bin/nowPlaying.sh",
|
||||
"on-click": "~/Bin/music.sh PlayPause"
|
||||
"exec": "~/bin/nowPlaying.sh",
|
||||
"on-click": "~/bin/music.sh PlayPause"
|
||||
},
|
||||
"custom/multimedia_next": {
|
||||
"format": "",
|
||||
"on-click": "~/Bin/music.sh Next"
|
||||
"on-click": "~/bin/music.sh Next"
|
||||
},
|
||||
"mpd": {
|
||||
"format": "{stateIcon}{randomIcon}{repeatIcon}{singleIcon} {artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue