This commit is contained in:
Marco Thomas
2021-03-26 00:59:52 +01:00
parent 8b4c286623
commit f22dd2fd1f
4 changed files with 187 additions and 2 deletions

View File

@@ -39,4 +39,11 @@ nm-applet &
feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
#asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 &
exec i3
if [ `hostname` = "aincrad" ];then
dwmblocks &
exec dwm
fi
if [ `hostname` = "nazarick" ];then
exec i3
fi