diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-20 23:43:43 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-20 23:43:43 +0200 |
commit | 87024d408e6aedbd6af307f5338675a38cae155a (patch) | |
tree | 963792f006dbed034a3fc5223ab73bd854b8e9c2 /.config/hypr | |
parent | 678a786e2aef8bc9c393bb829d098517f09fb6b7 (diff) |
Hyprland: Try to center ec
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index ed2fad9..fa14a93 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -190,3 +190,7 @@ bindm = $modkey, mouse:273, resizewindow windowrulev2 = float, class:^(org\.pwmt\.zathura)$ windowrulev2 = size 50% 90%, class:^(org\.pwmt\.zathura)$ windowrulev2 = center, class:^(org\.pwmt\.zathura)$ + +windowrulev2 = float, class:^(Emacs)$, title:^(ec)$ +windowrulev2 = size 50% 50%, class:^(Emacs)$, title:^(ec)$ +windowrulev2 = center, class:^(Emacs)$, title:^(ec)$ |