diff options
Diffstat (limited to 'patch/xfconf')
-rwxr-xr-x | patch/xfconf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/patch/xfconf b/patch/xfconf new file mode 100755 index 0000000..20e755c --- /dev/null +++ b/patch/xfconf @@ -0,0 +1,21 @@ +#!/bin/sh +conf() +{ + local pth="$1" + shift + xfconf-query -c "${pth%%/*}" -p "/${pth#*/}" -s "$@" +} + +conf xsettings/Gtk/DialogsUseHeader false +conf xsettings/Gtk/MenuImages true +conf xsettings/Gtk/MenuImages true +conf xsettings/Gtk/ButtonImages true +conf xsettings/Gtk/DecorationLayout ':minimize,maximize,close' + +conf xsettings/Net/ThemeName Materia-dark-compact +conf xsettings/Net/IconThemeName Papirus-Dark +conf xsettings/Net/EnableEventSounds true +conf xsettings/Net/EnableInputFeedbackSounds true + +conf xfwm4/general/theme Materia-dark +conf xfwm4/general/button_layout 'O|HMC' |