aboutsummaryrefslogtreecommitdiff
path: root/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
diff options
context:
space:
mode:
authorkj_sh6042025-12-29 14:05:52 -0500
committerkj_sh6042025-12-29 14:05:52 -0500
commitf08c428f678dca0e5d82476340638b0b31f5cc0e (patch)
treee2542816006599f5e609268913bbd83bd98af26d /.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
parentd1d3dcee3b55d8646cb1509d94fd783bce15f3ad (diff)
refactor: add all xfce4 `.xml` files
Diffstat (limited to '.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml')
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml46
1 files changed, 46 insertions, 0 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
new file mode 100644
index 0000000..5e8afb6
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
@@ -0,0 +1,46 @@
+<?xml version="1.1" encoding="UTF-8"?>
+
+<channel name="xsettings" version="1.0">
+ <property name="Net" type="empty">
+ <property name="ThemeName" type="string" value="Adwaita-dark"/>
+ <property name="IconThemeName" type="string" value="elementary-xfce"/>
+ <property name="DoubleClickTime" type="int" value="400"/>
+ <property name="DoubleClickDistance" type="int" value="5"/>
+ <property name="DndDragThreshold" type="int" value="8"/>
+ <property name="CursorBlink" type="bool" value="false"/>
+ <property name="CursorBlinkTime" type="empty"/>
+ <property name="SoundThemeName" type="empty"/>
+ <property name="EnableEventSounds" type="empty"/>
+ <property name="EnableInputFeedbackSounds" type="empty"/>
+ </property>
+ <property name="Xft" type="empty">
+ <property name="DPI" type="int" value="-1"/>
+ <property name="Antialias" type="empty"/>
+ <property name="Hinting" type="int" value="1"/>
+ <property name="HintStyle" type="string" value="hintfull"/>
+ <property name="RGBA" type="string" value="rgb"/>
+ </property>
+ <property name="Gtk" type="empty">
+ <property name="CanChangeAccels" type="bool" value="true"/>
+ <property name="ColorPalette" type="empty"/>
+ <property name="FontName" type="string" value="Adwaita Sans 10"/>
+ <property name="MonospaceFontName" type="string" value="Roboto Mono 9"/>
+ <property name="IconSizes" type="empty"/>
+ <property name="KeyThemeName" type="empty"/>
+ <property name="MenuImages" type="bool" value="true"/>
+ <property name="ButtonImages" type="bool" value="true"/>
+ <property name="MenuBarAccel" type="empty"/>
+ <property name="CursorThemeName" type="empty"/>
+ <property name="CursorThemeSize" type="empty"/>
+ <property name="DecorationLayout" type="string" value=":minimize,maximize,close"/>
+ <property name="DialogsUseHeader" type="bool" value="true"/>
+ <property name="TitlebarMiddleClick" type="empty"/>
+ <property name="EnableAnimations" type="bool" value="false"/>
+ </property>
+ <property name="Gdk" type="empty">
+ <property name="WindowScalingFactor" type="int" value="1"/>
+ </property>
+ <property name="Xfce" type="empty">
+ <property name="LastCustomDPI" type="int" value="128"/>
+ </property>
+</channel>