diff options
Diffstat (limited to 'hypr/hyprland.conf')
| -rw-r--r-- | hypr/hyprland.conf | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 3c8322a..6cd0284 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -2,7 +2,7 @@ #{{{ Monitor config #monitor = DP-2, highres highrr, 0x0, 1 #monitor = HDMI-A-1, highres highrr, 1920x0, 1 -#monitor = eDP-1, highres highrr, 0x0, 1 +monitor = eDP-1, highres highrr, 0x0, 1 monitor = , highres highrr, auto, 1 #}}} @@ -27,8 +27,6 @@ monitor = , highres highrr, auto, 1 #exec-once = dunst #exec-once = hypridle #exec-once = xwayland-satellite :1 -#exec-once = mpd -# These are for systems with uwsm/systemd exec-once = uwsm app -- hyprpm reload -n exec-once = uwsm app -- xdph exec-once = uwsm app -- pypr @@ -105,7 +103,7 @@ general { #}}} #{{{ cursor -cursor=BreezeX-Black 32 +cursor=BreezeX-Black 48 cursor { no_warps = false } @@ -226,7 +224,25 @@ plugin { # Example windowrule v2 # windowrule = float, class:^(kitty)$, title:^(kitty)$ # See https://wiki.hypr.land/Configuring/Window-Rules/ for more -windowrulev2 = workspace special:easyeffects silent, match: class ^(com\.github\.wwmm\.easyeffects)$ +windowrule = fullscreen on, match:class ^(Xephyr)$ +windowrule = float on, match:title ^(LibreWolf - Choose User Profile)$ +windowrule = float on, match:class ^(xdg-desktop-portal-gtk) +windowrule = float on, match:title ^(UNDERTALE)$ +windowrule = float on, match:class ^(Tk)$ +windowrule = float on, match:class ^(lxqt-policykit-agent)$ +windowrule = float on, match:class ^(Kdenlive)$ +windowrule = stay_focused on, match:title ^()$, match:class ^(steam)$ +windowrule = min_size 1 1, match:title ^()$, match:class ^(steam)$ +windowrule = stay_focused on, match:title ^(menu)$,match:class ^(yabridge-host.exe.so)$ +windowrule = min_size 1 1, match:title ^(menu)$,match:class ^(yabridge-host.exe.so)$ +windowrule = float on, match:class ^(yabridge-host.exe.so)$, match:title ^(menu)$ +windowrule = float on, match:float no, match:title ^(menu*) +windowrule = workspace 2, match:title ^(REAPER .*initializing.*)$ +windowrule = tile on, match:class ^(REAPER)$, match:title ^(.*REAPER v[0-9.]* - Licensed for personal/small business use)$ +windowrule = tile on, match:class ^(WebApp-Qobuz[0-9]*)$ +windowrule = float on, match:title ^(menu)$ +windowrule = move cursor -50% -50%, match:class ^(yabridge-host.exe.so)$, match:title ^(menu)$ +windowrule = workspace special:easyeffects silent, match:class ^(com\.github\.wwmm\.easyeffects)$ # Fix brave xray menus windowrule = xray 0, match:class ^(\s*), match:title ^(\s*)$ # Center floating XWayland windows |
