debian: move system/X11 configuration to gui-agent-linux
This commit is contained in:
parent
f14e132f5e
commit
1e999e1ced
@ -1,18 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
installConfigurationFile() {
|
||||
file="${1}"
|
||||
|
||||
if ! [ -f "${HOME}/.${file}" ]; then
|
||||
if [ -f "/etc/xdg/${file}" ]; then
|
||||
cp "/etc/xdg/${file}" "${HOME}/.${file}"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
if [ -x /usr/bin/xsettingsd ]; then
|
||||
installConfigurationFile "xsettingsd"
|
||||
installConfigurationFile "fonts.conf"
|
||||
installConfigurationFile "Xresources"
|
||||
/usr/bin/xsettingsd &
|
||||
fi
|
@ -1,5 +0,0 @@
|
||||
Xft.antialias: 1
|
||||
Xft.hinting: 1
|
||||
Xft.rgba: rgb
|
||||
Xft.hintstyle: hintslight
|
||||
Xft.lcdfilter: lcddefault
|
@ -1,29 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<match target="font" >
|
||||
<edit mode="assign" name="rgba">
|
||||
<const>rgb</const>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font" >
|
||||
<edit mode="assign" name="hinting">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font" >
|
||||
<edit mode="assign" name="hintstyle">
|
||||
<const>hintslight</const>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font" >
|
||||
<edit mode="assign" name="antialias">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font" >
|
||||
<edit mode="assign" name="lcdfilter">
|
||||
<const>lcddefault</const>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
@ -1,19 +0,0 @@
|
||||
Gtk/ButtonImages 1
|
||||
Gtk/CursorThemeName "Vanilla-DMZ"
|
||||
Gtk/FontName "sans 10"
|
||||
Gtk/KeyThemeName "Adwaita"
|
||||
Gtk/MenuImages 1
|
||||
Gtk/ToolbarIconSize 2
|
||||
Gtk/ToolbarStyle "Icons"
|
||||
|
||||
Net/EnableEventSounds 0
|
||||
Net/EnableInputFeedbackSounds 0
|
||||
Net/FallbackIconTheme "gnome"
|
||||
Net/IconThemeName "gnome"
|
||||
Net/ThemeName "Adwaita"
|
||||
|
||||
Xft/Antialias 1
|
||||
Xft/Hinting 1
|
||||
Xft/HintStyle "hintslight"
|
||||
Xft/RGBA "rgb"
|
||||
Xft/lcdfilter "lcddefault"
|
Loading…
Reference in New Issue
Block a user