add DWM like scratchpad in hyprland

This commit is contained in:
krolxon 2025-08-09 22:57:24 +05:30
parent 7d7faddf4d
commit 28b8728c0f
2 changed files with 5 additions and 12 deletions

View File

@ -241,6 +241,11 @@ bind = $mainMod SHIFT, 0, split-movetoworkspacesilent, 10
bind = $mainMod, S, togglespecialworkspace, magic
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
# Have scratchpad like DWM which opens alacritty in special workspace
workspace = special:h, on-created-empty: alacritty
bind = $mainMod SHIFT, Return, togglespecialworkspace, h
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1

View File

@ -1,12 +0,0 @@
max-gamma = 150
profile {
time = 7:30
identity = true
}
profile {
time = 21:00
temperature = 5500
gamma = 0.8
}