adapt shortcuts to moonlander

master
lub 2 years ago
parent 91a39810b7
commit ec2962c818

@ -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%'

Loading…
Cancel
Save