summaryrefslogtreecommitdiff
path: root/.config/autostart/autostart.sh
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-30 02:17:04 +0200
committerThanos Apollo <[email protected]>2023-10-30 02:17:28 +0200
commited73376a5090bdf9313cdc6827749819fd6ad3a8 (patch)
tree6cd501c33ee13edd5a11b05352a818bc2a89dfe8 /.config/autostart/autostart.sh
parente12b8522704e8622474cc63dba0a3d0e6df63bc6 (diff)
xinitrc: Redo with autostart
Diffstat (limited to '.config/autostart/autostart.sh')
-rwxr-xr-x.config/autostart/autostart.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/autostart/autostart.sh b/.config/autostart/autostart.sh
index 87ee293..de8e84d 100755
--- a/.config/autostart/autostart.sh
+++ b/.config/autostart/autostart.sh
@@ -10,7 +10,7 @@ start-picom() {
set-wallpaper() {
if [ $HOSTNAME == zeus ]; then
- feh --bg-scale ~/wallpapers/cyberpunk-red.png
+ xwallpaper --focus ~/wallpapers/library-fantasy-tree.jpg --screen 0
else
feh --bg-scale ~/wallpapers/library-fantasy-tree.jpg
fi
@@ -18,8 +18,8 @@ set-wallpaper() {
get-started() {
(
- start-picom
- set-wallpaper
+ start-picom &
+ set-wallpaper &
## set keyboard
setxkbmap us -option ctrl:swapcaps &
)