diff options
author | ZachIR <zachir@librem.one> | 2025-07-26 21:07:17 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-26 21:07:17 -0500 |
commit | fe16d91bf6ffdee0c060ca73a54e95dca73b8f65 (patch) | |
tree | bc4ba9f29373b99d53a7009d7e2d74f3b608d084 | |
parent | ea3d680288260ca1231a63fb68a290efec91a207 (diff) | |
parent | d3de3f03fd3b57b0dc124747d7edd2de330f0d2d (diff) |
Merge branch 'master' into car
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | scroll/config | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -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. |