2025-06-24 16:57:29 -04:00
|
|
|
#!/bin/sh
|
|
|
|
Xephyr :1 -ac -dpi 107 -fullscreen -resizeable & # -dpi 180 -screen 1920x1080 &
|
|
|
|
# sleep 2
|
|
|
|
DISPLAY=:1 tym --daemon &
|
|
|
|
sleep 1
|
|
|
|
DISPLAY=:1 xrdb -load $HOME/.Xresources
|
2025-08-14 17:35:30 -04:00
|
|
|
DISPLAY=:1 dusk &
|
2025-06-24 16:57:29 -04:00
|
|
|
# sleep 1
|
|
|
|
# DISPLAY=:1 duskc run_command xrdb
|
|
|
|
|
|
|
|
wait
|
|
|
|
|
|
|
|
pkill Xephyr
|