Skip to content

Commit

Permalink
Fixes "Hide frame when maximized" ignoring top frame
Browse files Browse the repository at this point in the history
Xfwm4 added the ability to crop maximized borders in commit bf41e461.

This seems to require themes to use frame_border_top to
hide the top frame when maximized (if the option is checked
in xfwm4-tweaks-settings).
  • Loading branch information
newhoa authored and ochosi committed Sep 3, 2022
1 parent 8117d84 commit 25f312f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions dark/variants/a11y/xfwm4/themerc
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ shadow_opacity=50

maximized_offset=3
show_app_icon=false
frame_border_top=1
1 change: 1 addition & 0 deletions dark/xfwm4/themerc
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ shadow_delta_width=0
shadow_delta_x=0
shadow_delta_y=-10
shadow_opacity=50
frame_border_top=1
1 change: 1 addition & 0 deletions light/variants/a11y/xfwm4/themerc
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ shadow_opacity=50

maximized_offset=3
show_app_icon=false
frame_border_top=1
1 change: 1 addition & 0 deletions light/variants/compact/xfwm4/themerc
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ shadow_delta_width=0
shadow_delta_x=0
shadow_delta_y=-8
shadow_opacity=50
frame_border_top=1
1 change: 1 addition & 0 deletions light/xfwm4/themerc
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ shadow_delta_width=0
shadow_delta_x=0
shadow_delta_y=-10
shadow_opacity=50
frame_border_top=1

0 comments on commit 25f312f

Please sign in to comment.