From 4df2b25e6b14e4951136a9a14c3e31cb79fc2d80 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 1 Mar 2023 12:29:14 -0600 Subject: hyprland: float librewolf profile chooser, add monocle/faux-fullscreen --- hypr/hyprland.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hypr/hyprland.conf') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 567c77d..f1d1e1c 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -126,6 +126,7 @@ device:epic mouse V1 { # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more windowrule = windowdance, title:^(Rhythm Doctor)$ windowrule = fullscreen, ^(Xephyr)$ +windowrule = float, title:^(LibreWolf - Choose User Profile)$ windowrulev2 = float, class:^(yabridge-host.exe.so)$, title:^(menu)$ windowrulev2 = float,floating:0,title:^(menu*) windowrulev2 = forceinput,title:^(menu*) @@ -191,6 +192,7 @@ bind = $mainMod SHIFT, Q, killactive, bind = $mainMod SHIFT, E, exit, bind = $mainMod SHIFT, SPACE, togglefloating, bind = $mainMod, F, fullscreen, 0 +bind = $mainMod, M, fullscreen, 1 #}}} #{{{ Workspace binds -- cgit v1.2.3