add DWM like scratchpad in hyprland
This commit is contained in:
parent
7d7faddf4d
commit
28b8728c0f
|
|
@ -241,6 +241,11 @@ bind = $mainMod SHIFT, 0, split-movetoworkspacesilent, 10
|
||||||
bind = $mainMod, S, togglespecialworkspace, magic
|
bind = $mainMod, S, togglespecialworkspace, magic
|
||||||
bind = $mainMod SHIFT, S, movetoworkspace, special: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
|
# Scroll through existing workspaces with mainMod + scroll
|
||||||
bind = $mainMod, mouse_down, workspace, e+1
|
bind = $mainMod, mouse_down, workspace, e+1
|
||||||
bind = $mainMod, mouse_up, workspace, e-1
|
bind = $mainMod, mouse_up, workspace, e-1
|
||||||
|
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
max-gamma = 150
|
|
||||||
|
|
||||||
profile {
|
|
||||||
time = 7:30
|
|
||||||
identity = true
|
|
||||||
}
|
|
||||||
|
|
||||||
profile {
|
|
||||||
time = 21:00
|
|
||||||
temperature = 5500
|
|
||||||
gamma = 0.8
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue