22 lines
359 B
Bash
Executable File
22 lines
359 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# set keyboard layout
|
|
setxkbmap -layout za
|
|
|
|
# start programs
|
|
fcitx -d &
|
|
nextcloud &
|
|
dunst &
|
|
picom &
|
|
nm-applet &
|
|
|
|
# adjust screens on nazarick
|
|
~/scripts/fix_screens.sh
|
|
|
|
# launch polybar
|
|
~/scripts/polybar.sh &
|
|
|
|
# wallpaper
|
|
feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
|
|
#asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 &
|