add: vim lilypond plugin
add: .profile EDITOR variable add: bspwm, sxhkd, polybar
This commit is contained in:
parent
c3aac7ea44
commit
cf3a74f3f6
7 changed files with 658 additions and 0 deletions
20
.xprofile
20
.xprofile
|
@ -1,3 +1,23 @@
|
|||
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 &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue