aboutsummaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorkj_sh6042026-05-31 17:15:45 -0400
committerkj_sh6042026-05-31 17:15:45 -0400
commit2d89de28fb8d785dbadb4b5e1d3c3a7156172b46 (patch)
tree4a97d3cf3d14206be35bd438f43eb6e6cdf5df3c /.config
parent41efac1a19a7ab055155d9b808a62a9a3c7b4e37 (diff)
refactor: try no window content on move
Diffstat (limited to '.config')
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
index c8e3cab..67e1861 100644
--- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
@@ -4,8 +4,8 @@
<property name="general" type="empty">
<property name="activate_action" type="string" value="bring"/>
<property name="borderless_maximize" type="bool" value="true"/>
- <property name="box_move" type="bool" value="false"/>
- <property name="box_resize" type="bool" value="false"/>
+ <property name="box_move" type="bool" value="true"/>
+ <property name="box_resize" type="bool" value="true"/>
<property name="button_layout" type="string" value="O|HMC"/>
<property name="button_offset" type="int" value="0"/>
<property name="button_spacing" type="int" value="0"/>