diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 1439548..b433c45 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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 diff --git a/.config/hypr/hyprsunset.conf b/.config/hypr/hyprsunset.conf deleted file mode 100644 index 7bd6a1b..0000000 --- a/.config/hypr/hyprsunset.conf +++ /dev/null @@ -1,12 +0,0 @@ -max-gamma = 150 - -profile { - time = 7:30 - identity = true -} - -profile { - time = 21:00 - temperature = 5500 - gamma = 0.8 -}