From 14734b53b71cda36227a407de60522fb28c1402e Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Wed, 18 Dec 2024 20:56:18 +0100 Subject: [PATCH] brightness and lock --- .config/sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 8b6af06..9e2deee 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -84,8 +84,11 @@ bindsym $mod+s gaps inner current plus 5 bindsym $mod+Shift+s gaps inner current minus 5 bindsym $mod+Ctrl+s gaps outer current plus 5 bindsym $mod+Ctrl+Shift+s gaps outer current minus 5 +bindsym $mod+backspace exec swaylock -f -C ~/.cache/wal/swaylock bindsym $mod+Shift+backspace exec wlogout bindsym $mod+v layout toggle split +bindsym XF86MonBrightnessUp exec brightnessctl s +50 +bindsym XF86MonBrightnessDown exec brightnessctl s 50- # Application bindings bindsym $mod+Shift+w exec firefox