.dotfiles/.xprofile
Tobias Reisinger cf3a74f3f6 add: vim lilypond plugin
add: .profile EDITOR variable
add: bspwm, sxhkd, polybar
2020-02-07 17:32:59 +01:00

23 lines
432 B
Text

xcompmgr -c -r0 &
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 &