Modify script paths in sway
This commit is contained in:
parent
1e7d42b525
commit
53674bd7a3
@ -362,9 +362,9 @@ bindsym Control+Print exec --no-startup-id sleep 2s && grim -g "$(slurp)" - | sw
|
||||
# Audio & Media Control #
|
||||
##############################
|
||||
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id bash $HOME/scripts/dunst-volume.sh up
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id bash $HOME/scripts/dunst-volume.sh down
|
||||
bindsym XF86AudioMute exec --no-startup-id bash $HOME/scripts/dunst-volume.sh mute
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id bash $HOME/scripts/dunst/dunst-volume.sh up
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id bash $HOME/scripts/dunst/dunst-volume.sh down
|
||||
bindsym XF86AudioMute exec --no-startup-id bash $HOME/scripts/dunst/dunst-volume.sh mute
|
||||
bindsym XF86AudioPlay exec --no-startup-id ~/scripts/polybar/player-mpris-tail.py play-pause &
|
||||
bindsym XF86AudioNext exec --no-startup-id ~/scripts/polybar/player-mpris-tail.py next &
|
||||
bindsym XF86AudioPrev exec --no-startup-id ~/scripts/polybar/player-mpris-tail.py previous &
|
||||
@ -375,10 +375,10 @@ bindsym XF86AudioStop exec --no-startup-id playerctl stop
|
||||
##############################
|
||||
|
||||
# TODO test
|
||||
bindsym $mod+Shift+u exec --no-startup-id bash $HOME/scripts/dunst-backlight.sh up # increase screen brightness
|
||||
bindsym $mod+Shift+d exec --no-startup-id bash $HOME/scripts/dunst-backlight.sh down # decrease screen brightness
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id bash $HOME/scripts/dunst-backlight.sh up # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id bash $HOME/scripts/dunst-backlight.sh down # decrease screen brightness
|
||||
bindsym $mod+Shift+u exec --no-startup-id bash $HOME/scripts/dunst/dunst-backlight.sh up # increase screen brightness
|
||||
bindsym $mod+Shift+d exec --no-startup-id bash $HOME/scripts/dunst/dunst-backlight.sh down # decrease screen brightness
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id bash $HOME/scripts/dunst/dunst-backlight.sh up # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id bash $HOME/scripts/dunst/dunst-backlight.sh down # decrease screen brightness
|
||||
|
||||
##############################
|
||||
# Borders #
|
||||
|
Loading…
Reference in New Issue
Block a user