From d3de3f03fd3b57b0dc124747d7edd2de330f0d2d Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 26 Jul 2025 21:06:59 -0500 Subject: Add binding to lock screen --- scroll/config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scroll/config') diff --git a/scroll/config b/scroll/config index c115cd9..e689a61 100644 --- a/scroll/config +++ b/scroll/config @@ -124,8 +124,12 @@ animations { bindsym $mod+e exec $rmenu bindsym $mod+d exec $dmenu + # Launch your file manager bindsym $mod+Alt+f exec $filemanager + # Lock your screen + bindsym $mod+q exec loginctl lock-session + # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. # Despite the name, also works for non-floating windows. -- cgit v1.2.3