diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- switch back to Adwaita as a default theme + - Adwaita-Xfce is not actively maintained by upstream anymore - update desktop file names after some helpers were moved from exo to xfce4-settings - Xfconf: sync keyboard settings with Xfce upstream - Switch Ctrl+Alt+Del to xfce4-session-logout (xfce#11979) diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml index fd44c11..416f9db 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml @@ -6,7 +6,7 @@ <?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-Xfce"/> + <property name="ThemeName" type="string" value="Adwaita"/> <property name="IconThemeName" type="string" value="Adwaita"/> <property name="DoubleClickTime" type="int" value="250"/> <property name="DoubleClickDistance" type="int" value="5"/> |