void/xorg/.xinitrc

20 lines
473 B
Plaintext
Raw Normal View History

2024-02-29 03:45:58 +00:00
#!/bin/sh
# .xinitrc - developed by acidvegas (https://git.acid.vegas/void)
2024-02-29 03:45:58 +00:00
xset +fp /usr/share/fonts/local
xset fp rehash
dunst &
unclutter &
$HOME/.scripts/statusbar.sh &
# Example of dual monitor setup
#{ sleep 2; xrandr --output HDMI1 --mode 1920x1080 --output DP1 --mode 1920x1080 --above HDMI1; } &
# Example rotation
#{ sleep 2; xrandr --output DSI-1 --rotate right; } &
2024-07-16 21:39:19 +00:00
redshift -P -O 4000 & # How do we get this working on DSI-1 with the uConsole ?
2024-07-10 00:50:57 +00:00
2024-02-29 03:45:58 +00:00
exec dwm