diff options
Diffstat (limited to 'hypr/.config')
| -rw-r--r-- | hypr/.config/hypr/hyprland.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index bde17b2..dd08847 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -270,6 +270,11 @@ windowrule = match:class ^(Emacs)$, workspace 3 # Float windows with class "floating" windowrule = match:class ^(floating)$, float on +# Dropdown terminal (yakuake-style) +windowrule = match:class ^(quickshell-dropdown)$, float on +windowrule = match:class ^(quickshell-dropdown)$, size 100% 40% +windowrule = match:class ^(quickshell-dropdown)$, move 0 25 + # Workspace Names (Chinese characters from bspwm) exec-once = hyprctl dispatch renameworkspace "1 一" exec-once = hyprctl dispatch renameworkspace "2 二" |
