diff options
author | Vaxry <[email protected]> | 2023-10-24 00:50:45 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2023-10-24 00:50:45 +0100 |
commit | 2f6729f557fedc65575919e0227e8a5c5b761e51 (patch) | |
tree | a694747efc92666bde06cccc9fb3820289b5762b /example | |
parent | 015664eb4cde5ab93cfacbfd8c2e831eeb876634 (diff) | |
download | Hyprland-2f6729f557fedc65575919e0227e8a5c5b761e51.tar.gz Hyprland-2f6729f557fedc65575919e0227e8a5c5b761e51.zip |
example: add special workspace to default config
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 4 |
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 |