summaryrefslogtreecommitdiff
path: root/scroll
diff options
context:
space:
mode:
Diffstat (limited to 'scroll')
-rw-r--r--scroll/config7
1 files changed, 6 insertions, 1 deletions
diff --git a/scroll/config b/scroll/config
index 04ed34f..4fd9991 100644
--- a/scroll/config
+++ b/scroll/config
@@ -6,7 +6,7 @@
#
# Read `man 5 scroll` for a complete reference.
-include /etc/scroll/config.d/*
+include ~/.config/scroll/config.d/*
### Variables
#
@@ -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.
@@ -575,3 +579,4 @@ bar {
#}
}
#
+include /etc/scroll/config.d/*