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 /scroll | |
parent | ea3d680288260ca1231a63fb68a290efec91a207 (diff) | |
parent | d3de3f03fd3b57b0dc124747d7edd2de330f0d2d (diff) |
Merge branch 'master' into car
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 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. |