Skip to content

Commit 25f312f

Browse files
newhoaochosi
authored andcommitted
Fixes "Hide frame when maximized" ignoring top frame
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).
1 parent 8117d84 commit 25f312f

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

dark/variants/a11y/xfwm4/themerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ shadow_opacity=50
2424

2525
maximized_offset=3
2626
show_app_icon=false
27+
frame_border_top=1

dark/xfwm4/themerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ shadow_delta_width=0
2323
shadow_delta_x=0
2424
shadow_delta_y=-10
2525
shadow_opacity=50
26+
frame_border_top=1

light/variants/a11y/xfwm4/themerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ shadow_opacity=50
2626

2727
maximized_offset=3
2828
show_app_icon=false
29+
frame_border_top=1

light/variants/compact/xfwm4/themerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ shadow_delta_width=0
2020
shadow_delta_x=0
2121
shadow_delta_y=-8
2222
shadow_opacity=50
23+
frame_border_top=1

light/xfwm4/themerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ shadow_delta_width=0
2222
shadow_delta_x=0
2323
shadow_delta_y=-10
2424
shadow_opacity=50
25+
frame_border_top=1

0 commit comments

Comments
 (0)