aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-10-24 00:50:45 +0100
committerVaxry <[email protected]>2023-10-24 00:50:45 +0100
commit2f6729f557fedc65575919e0227e8a5c5b761e51 (patch)
treea694747efc92666bde06cccc9fb3820289b5762b /example
parent015664eb4cde5ab93cfacbfd8c2e831eeb876634 (diff)
downloadHyprland-2f6729f557fedc65575919e0227e8a5c5b761e51.tar.gz
Hyprland-2f6729f557fedc65575919e0227e8a5c5b761e51.zip
example: add special workspace to default config
Diffstat (limited to 'example')
-rw-r--r--example/hyprland.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf
index 01dbfda9..698335ea 100644
--- a/example/hyprland.conf
+++ b/example/hyprland.conf
@@ -163,6 +163,10 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10
+# Example special workspace (scratchpad)
+bind = $mainMod, S, togglespecialworkspace, magic
+bind = $mainMod SHIFT, S, movetoworkspace, special:magic
+
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1