Skip to content

Instantly share code, notes, and snippets.

@NAlexPear
Created January 4, 2018 04:02
Show Gist options
  • Save NAlexPear/a80559f4b664d19f76c22b63b7081356 to your computer and use it in GitHub Desktop.
Save NAlexPear/a80559f4b664d19f76c22b63b7081356 to your computer and use it in GitHub Desktop.
.xinitrc for X startup processes
#!/bin/bash
xrandr --output DP-0 --left-of DP-2 --mode 1920x1080 --rate 144.00
xrandr --output DP-2 --mode 1920x1080 --rate 144.00
feh --bg-scale ~/Pictures/forest-left.jpg --bg-scale ~/Pictures/forest-right.jpg
compton -b
exec i3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment