Added access to rofi scripts

This commit is contained in:
James Patrick 2020-08-24 21:07:30 -04:00
parent b5f96ec5f9
commit 5134aebbaa
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ set $up k
set $right l
set $term kitty
set $scripts $HOME/.config/sway/scripts
set $rofi-scripts $HOME/.config/rofi/scripts
set $tty-popup $scripts/tty-popup
set $menu bash $scripts/menu

View File

@ -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 XF86MonBrightnessUp exec light -A 5 && light -G | cut -d'.' -f1 > /tmp/wobpipe
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.
# Resize them with right mouse button + $mod.