diff --git a/sway/config b/sway/config index fbd6d94..6a2eb04 100644 --- a/sway/config +++ b/sway/config @@ -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 diff --git a/sway/config.d/keybinds.config b/sway/config.d/keybinds.config index d8b5bcf..2816dc8 100644 --- a/sway/config.d/keybinds.config +++ b/sway/config.d/keybinds.config @@ -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.