summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--scroll/config4
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ab6e0da..1c66195 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ install-scrollconf: scroll/config.d/user.conf
scroll/config.d/user.conf:
@echo "Generating user.conf..."
+ @mkdir -p scroll/config.d
@echo 'set $$home' $(shell echo $(HOME)) > scroll/config.d/user.conf
@echo "Done."
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.