aboutsummaryrefslogtreecommitdiff
path: root/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
diff options
context:
space:
mode:
authorKyle Javier2021-09-27 00:24:47 -0400
committerKyle Javier2021-09-27 00:26:30 -0400
commit9abdfbac8fa18a67c5c1a731e837a81e7c992e3e (patch)
tree301a382c87f4c0f46674281cd9e242e9e2faacca /xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
parent0c04f4a8f298db68b51d72bffa4a7c721a5496eb (diff)
added xfce4 dotfiles and changed some gtk settings
Diffstat (limited to 'xfce4/xfconf/xfce-perchannel-xml/xsettings.xml')
-rw-r--r--xfce4/xfconf/xfce-perchannel-xml/xsettings.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
new file mode 100644
index 0000000..18944a5
--- /dev/null
+++ b/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" 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="Flat-Remix-Teal-Dark"/>
+ <property name="DoubleClickTime" type="empty"/>
+ <property name="DoubleClickDistance" type="empty"/>
+ <property name="DndDragThreshold" type="empty"/>
+ <property name="CursorBlink" type="empty"/>
+ <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="80"/>
+ <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="false"/>
+ <property name="ColorPalette" type="empty"/>
+ <property name="FontName" type="string" value="Helvetica World 10"/>
+ <property name="MonospaceFontName" type="string" value="JetBrains Mono 10"/>
+ <property name="IconSizes" type="empty"/>
+ <property name="KeyThemeName" type="empty"/>
+ <property name="ToolbarStyle" type="empty"/>
+ <property name="ToolbarIconSize" type="empty"/>
+ <property name="MenuImages" type="empty"/>
+ <property name="ButtonImages" type="empty"/>
+ <property name="MenuBarAccel" type="empty"/>
+ <property name="CursorThemeName" type="string" value="elementary"/>
+ <property name="CursorThemeSize" type="empty"/>
+ <property name="DecorationLayout" type="string" value=":"/>
+ <property name="DialogsUseHeader" type="empty"/>
+ <property name="TitlebarMiddleClick" type="empty"/>
+ </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="80"/>
+ </property>
+</channel>