summaryrefslogtreecommitdiff
path: root/scroll
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-26 21:06:59 -0500
committerZachIR <zachir@librem.one>2025-07-26 21:06:59 -0500
commitd3de3f03fd3b57b0dc124747d7edd2de330f0d2d (patch)
tree07e1e56477e57d046ba61f71d4439842ddfd84de /scroll
parent97cdc7084e6928b9bcb962cd8c82832e70bf1a36 (diff)
Add binding to lock screen
Diffstat (limited to 'scroll')
-rw-r--r--scroll/config4
1 files changed, 4 insertions, 0 deletions
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.