Update some things
This commit is contained in:
20
files/scripts/run_on_startup.sh
Executable file
20
files/scripts/run_on_startup.sh
Executable 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 &
|
||||
Reference in New Issue
Block a user