From 10e7e5cdcd0a9fad266ef1e210587a68e8b951dc Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 27 Feb 2024 21:52:26 +0100 Subject: Hyprland: Open manual pages in floating windows --- .config/hypr/hyprland.conf.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index ca67df1..2df8959 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -179,3 +179,8 @@ bind = $modkey, mouse_up, workspace, e-1 # Move/resize windows with modkey + LMB/RMB and dragging bindm = $modkey, mouse:272, movewindow bindm = $modkey, mouse:273, resizewindow + +# Open manpages in floating windows +windowrulev2 = float, class:^(org\.pwmt\.zathura)$ +windowrulev2 = size 50% 90%, class:^(org\.pwmt\.zathura)$ +windowrulev2 = center, class:^(org\.pwmt\.zathura)$ -- cgit v1.2.3