Update some things

This commit is contained in:
Marco Thomas
2021-02-03 17:01:05 +01:00
parent 035f55e3e1
commit 3dff76e578
4 changed files with 82 additions and 64 deletions

20
files/scripts/run_on_startup.sh Executable file
View File

@@ -0,0 +1,20 @@
#!/bin/sh
# set keyboard layout
setxkbmap -layout za
# start programs
fcitx -d &
nextcloud &
dunst &
picom &
nm-applet &
# wallpaper
feh --bg-scale $HOME/data/nextcloud/Wallpaper/wallpaper.png
# adjust screens on nazarick
~/scripts/fix_screens.sh
# launch polybar
~/scripts/polybar.sh &