Added access to rofi scripts
This commit is contained in:
parent
b5f96ec5f9
commit
5134aebbaa
|
@ -8,6 +8,7 @@ set $up k
|
||||||
set $right l
|
set $right l
|
||||||
set $term kitty
|
set $term kitty
|
||||||
set $scripts $HOME/.config/sway/scripts
|
set $scripts $HOME/.config/sway/scripts
|
||||||
|
set $rofi-scripts $HOME/.config/rofi/scripts
|
||||||
set $tty-popup $scripts/tty-popup
|
set $tty-popup $scripts/tty-popup
|
||||||
|
|
||||||
set $menu bash $scripts/menu
|
set $menu bash $scripts/menu
|
||||||
|
|
|
@ -138,7 +138,7 @@ bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||||
bindsym XF86MonBrightnessDown exec light -U 5 && light -G | cut -d'.' -f1 > /tmp/wobpipe
|
bindsym XF86MonBrightnessDown exec light -U 5 && light -G | cut -d'.' -f1 > /tmp/wobpipe
|
||||||
bindsym XF86MonBrightnessUp exec light -A 5 && light -G | cut -d'.' -f1 > /tmp/wobpipe
|
bindsym XF86MonBrightnessUp exec light -A 5 && light -G | cut -d'.' -f1 > /tmp/wobpipe
|
||||||
bindsym Pause exec playerctl play-pause
|
bindsym Pause exec playerctl play-pause
|
||||||
bindsym Shift+Pause exec bash $scripts/media_controls
|
bindsym Shift+Pause exec bash $rofi-scripts/media_controls
|
||||||
|
|
||||||
# Drag floating windows by holding down $mod and left mouse button.
|
# Drag floating windows by holding down $mod and left mouse button.
|
||||||
# Resize them with right mouse button + $mod.
|
# Resize them with right mouse button + $mod.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user