Skip to content

Commit faa7c85

Browse files
committed
fix(hyprland): allow apps to maximize themselves, fix gtk file picker on xwayland
1 parent 59de252 commit faa7c85

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/desktop/core/rices/hyprpop/hyprland/hyprland.conf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ monitor=eDP-1,1920x1080@60,auto,1
22
monitor=,1920x1080@60,auto,1,mirror,eDP-1
33

44
# Fixes seatd error
5+
# TODO: what error?
56
env = LIBSEAT_BACKEND,logind
67

78
input {
@@ -133,8 +134,8 @@ bind = , XF86AudioRaiseVolume, exec, amixer -q sset Master 1%+
133134
bind = , XF86AudioLowerVolume, exec, amixer -q sset Master 1%-
134135
bind = , XF86AudioMute, exec, amixer -q sset Master toggle
135136

136-
# Ignore maximize requests from apps. You'll probably like this.
137-
windowrule = suppress_event maximize, match:class .*
138-
139137
# Fix some dragging issues with XWayland
140138
windowrule = no_focus on, match:class ^$, match:title ^$, match:xwayland 1, match:float 1, match:fullscreen 0, match:pin 0
139+
140+
# XWayland gtk file picker fix
141+
windowrule = decorate off, match:class ^Xdg-desktop-portal-gtk$, match:xwayland 1

0 commit comments

Comments
 (0)