Skip to content

Commit

Permalink
fix: move xfconfig to xstartup
Browse files Browse the repository at this point in the history
Signed-off-by: KAS <[email protected]>
  • Loading branch information
truekas committed Feb 12, 2025
1 parent cfe78d9 commit a606ba5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions workspaces/chromium/xstartup
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
xrdb $HOME/.Xresources
export DISPLAY=":1"
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVNC-0/workspace0/last-image -s /opt/stardust/wallpaper.png
startxfce4 &
sleep 1
echo "while :
Expand Down
1 change: 1 addition & 0 deletions workspaces/debian/xstartup
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
xrdb $HOME/.Xresources
export DISPLAY=":1"
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVNC-0/workspace0/last-image -s /opt/stardust/wallpaper.png
startxfce4
sleep 30
1 change: 1 addition & 0 deletions workspaces/firefox/xstartup
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
xrdb $HOME/.Xresources
export DISPLAY=":1"
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVNC-0/workspace0/last-image -s /opt/stardust/wallpaper.png
startxfce4 &
sleep 1
echo "while :
Expand Down
4 changes: 1 addition & 3 deletions workspaces/shared/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ do
vncserver :1 -passwd /home/stardust/.vnc/passwd -fg -localhost no
sleep 5
done
" | bash &
# wallpaper
DISPLAY=:1 xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVNC-0/workspace0/last-image -s /opt/stardust/wallpaper.png
" | bash
1 change: 1 addition & 0 deletions workspaces/vscode/xstartup
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
xrdb $HOME/.Xresources
export DISPLAY=":1"
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVNC-0/workspace0/last-image -s /opt/stardust/wallpaper.png
startxfce4 &
sleep 1
sudo service dbus start
Expand Down
1 change: 1 addition & 0 deletions workspaces/zen/xstartup
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
xrdb $HOME/.Xresources
export DISPLAY=":1"
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVNC-0/workspace0/last-image -s /opt/stardust/wallpaper.png
startxfce4 &
sleep 1
echo "while :
Expand Down

0 comments on commit a606ba5

Please sign in to comment.