diff options
author | zachir <zachir@librem.one> | 2025-07-28 12:22:55 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-28 12:22:55 -0500 |
commit | 0de3a40a14d40a74947ca84396bf0a5b76152377 (patch) | |
tree | 4072097af64b3b7ce56f2b9c83ef58608f2fc40a /scroll | |
parent | a0abeab1c719c59f0c97adc3353e832826701938 (diff) |
Add restart script keybind to scroll
Diffstat (limited to 'scroll')
-rw-r--r-- | scroll/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scroll/config b/scroll/config index 8117844..15c9f1d 100644 --- a/scroll/config +++ b/scroll/config @@ -126,6 +126,9 @@ animations { # Start your launcher bindsym $mod+e exec $rmenu bindsym $mod+d exec $dmenu + + # Start restart menu + bindsym $mod+r exec rs # Launch your file manager bindsym $mod+Alt+f exec $filemanager |