diff options
-rw-r--r-- | sway/config.d/40-sway-shortcuts.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.d/40-sway-shortcuts.conf b/sway/config.d/40-sway-shortcuts.conf index eec1b59..2fa10b1 100644 --- a/sway/config.d/40-sway-shortcuts.conf +++ b/sway/config.d/40-sway-shortcuts.conf @@ -5,7 +5,7 @@ bindsym $mod+Shift+e exec "sh -c 'rofi-exit-menu.sh $(rofi-exit-menu.sh | bemenu bindsym $mod+Shift+w exec "swaylock --color 000000FF" # see doc for required packages -bindsym $mod+p exec "/usr/share/sway/scripts/grimshot copy area" +bindsym $mod+p exec "/usr/share/sway-contrib/grimshot copy area" bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s +5% bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 5%- |