diff options
author | zachir <zachir@librem.one> | 2023-03-01 12:29:14 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-03-01 12:29:14 -0600 |
commit | 4df2b25e6b14e4951136a9a14c3e31cb79fc2d80 (patch) | |
tree | 6860b03fa19f537ed8d0a82bf0a0fe709525a916 | |
parent | d8d1271a030094876d39c1ef13504228b6d3ee2a (diff) |
hyprland: float librewolf profile chooser, add monocle/faux-fullscreen
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |