diff --git a/dotfiles/sway/.config/sway/config b/dotfiles/sway/.config/sway/config index 91dcce5..ee68f77 100644 --- a/dotfiles/sway/.config/sway/config +++ b/dotfiles/sway/.config/sway/config @@ -235,7 +235,7 @@ smart_gaps on gaps inner 2 default_border pixel 4 -bindsym $mod+ctrl+shift+l exec 'swaylock -i ~/.wallpaper' +bindsym ctrl+alt+shift+l exec 'swaylock -i ~/.wallpaper' exec swayidle -w before-sleep 'swaylock -i ~/.wallpaper' bindsym $mod+ctrl+alt+shift+l exec 'systemctl suspend' @@ -253,9 +253,8 @@ bindsym XF86AudioNext exec 'rhythmbox-client --no-start --next' #screenshot #requires grim,slurp,wl-clipboard bindsym $mod+shift+s exec 'grim -g "$(slurp)" - | wl-copy' -bindsym $mod+ctrl+shift+s exec 'grim - | wl-copy' -bindsym $mod+alt+shift+s exec 'pwsh -Command matrix-screenshot.ps1' -bindsym $mod+alt+ctrl+shift+s exec 'pwsh -Command matrix-screenshot.ps1 -Fullscreen' +bindsym alt+ctrl+shift+s exec 'grim - | wl-copy' +bindsym $mod+alt+ctrl+shift+s exec 'pwsh -Command matrix-screenshot.ps1' #brightness bindsym XF86MonBrightnessUp exec 'sudo brightnessctl -d intel_backlight s +5%'