.dotfiles/.xprofile

24 lines
432 B
Plaintext
Raw Normal View History

2019-09-30 09:34:06 +00:00
xcompmgr -c -r0 &
2019-12-20 01:35:30 +00:00
export ZDOTDIR="$HOME/.config/zsh"
setxkbmap de
ckb-next -b &
steam-runtime -silent -tcp &
transmission-gtk -m &
conky --daemonize --config="$HOME/.config/conky/clock.conf"
conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf"
_autostart_on_launch()
{
env GTK_THEME=Adwaita:light firefox &
teamspeak3 &
evolution &
signal-desktop &
riot-desktop &
}
_autostart_on_launch &