arch/roles/dots/files/home/.xinitrc

13 lines
256 B
Plaintext
Raw Normal View History

2024-09-04 00:54:15 +06:00
#!/bin/sh
xrandr --auto
xrandr -r 60.00
xrdb ~/.Xresources
slstatus &
2025-02-15 20:38:47 +06:00
picom &
2024-09-16 22:32:45 +06:00
flameshot &
dunst &
2024-10-27 00:29:18 +06:00
exec ~/bin/startdwm
# exec dwm
2025-02-15 20:38:47 +06:00
# exec dbus-launch --exit-with-session emacs
# while read -r line; do export "$line"; done < /home/fs/scale_vars && exec emacs