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

15 lines
231 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 &
2024-10-27 00:29:18 +06:00
# picom &
2024-09-16 22:32:45 +06:00
flameshot &
2024-10-27 00:29:18 +06:00
emacs --bg-daemon=main &
emacs --bg-daemon=fm &
emacs --bg-daemon=music &
emacs --bg-daemon=other &
2024-09-16 22:32:45 +06:00
dunst &
2024-10-27 00:29:18 +06:00
exec ~/bin/startdwm
# exec dwm