Add Compton
This commit is contained in:
parent
fd0876546f
commit
177aa84ca8
@ -0,0 +1,13 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Version=0.9.4
|
||||||
|
Type=Application
|
||||||
|
Name=Compton (compositeur)
|
||||||
|
Comment=
|
||||||
|
Exec=compton --vsync opengl-swc --backend GLX
|
||||||
|
OnlyShowIn=XFCE;
|
||||||
|
RunHook=0
|
||||||
|
StartupNotify=false
|
||||||
|
Terminal=false
|
||||||
|
Hidden=false
|
||||||
|
|
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<channel name="xfwm4" version="1.0">
|
||||||
|
<property name="general" type="empty">
|
||||||
|
<property name="use_compositing" type="bool" value="false"/>
|
||||||
|
</property>
|
||||||
|
</channel>
|
@ -7,6 +7,8 @@ if [ -f /sys/class/backlight/intel_backlight/brightness ]; then
|
|||||||
echo $(($(cat /sys/class/backlight/intel_backlight/brightness)/2)) | sudo tee /sys/class/backlight/intel_backlight/brightness
|
echo $(($(cat /sys/class/backlight/intel_backlight/brightness)/2)) | sudo tee /sys/class/backlight/intel_backlight/brightness
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
xset b off
|
||||||
|
|
||||||
dconf load /org/gnome/terminal/legacy/profiles:/ < /usr/share/gnome/gnome-terminal-profiles.dconf
|
dconf load /org/gnome/terminal/legacy/profiles:/ < /usr/share/gnome/gnome-terminal-profiles.dconf
|
||||||
|
|
||||||
dconf write /org/cinnamon/desktop/interface/gtk-theme "'Adwaita-dark'"
|
dconf write /org/cinnamon/desktop/interface/gtk-theme "'Adwaita-dark'"
|
||||||
|
@ -12,3 +12,4 @@ thunar-archive-plugin
|
|||||||
pulseaudio
|
pulseaudio
|
||||||
pavucontrol
|
pavucontrol
|
||||||
dbus-x11
|
dbus-x11
|
||||||
|
compton
|
||||||
|
Loading…
x
Reference in New Issue
Block a user