void- enter the void 🪐 |
git clone git://git.acid.vegas/archlinux.git |
Log | Files | Refs | Archive |
xinitrc (470B)
1 #!/bin/sh 2 # .xinitrc - developed by acidvegas (https://git.acid.vegas/void) 3 4 xset +fp /usr/share/fonts/local 5 xset fp rehash 6 7 dunst & 8 unclutter & 9 $HOME/.scripts/statusbar & 10 11 # Example of dual monitor setup 12 #{ sleep 2; xrandr --output HDMI1 --mode 1920x1080 --output DP1 --mode 1920x1080 --above HDMI1; } & 13 14 # Example rotation 15 #{ sleep 2; xrandr --output DSI-1 --rotate right; } & 16 17 redshift -P -O 4000 & # How do we get this working on DSI-1 with the uConsole ? 18 19 exec dwm