diff options
author | zachir <zachir@librem.one> | 2025-07-27 11:14:09 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-27 11:14:09 -0500 |
commit | 3f7e411d3608d2b03e527d401d8bf05658b769c5 (patch) | |
tree | 54f4929843838d0efc3c7059a41059227b5358ed /scroll | |
parent | 89ec5cb8efc0ccad2c3ffef1b69209644674cc67 (diff) | |
parent | 309f88b7875c27e063062fdebe71058765b199ee (diff) |
Merge branch 'master' into clacla
Diffstat (limited to 'scroll')
-rw-r--r-- | scroll/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scroll/config b/scroll/config index 13add04..4fd9991 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. |