punkfairie
9f5c7c826f
Update .chezmoiignore Add .chezmoiremove Remove .bash_logout Remove .bash_profile Update .config/fish/functions/batt.fish Update .config/fish/functions/extract.fish Update .local/bin/get-gpg-key Update .xprofile Change attributes of .config/xrandr/desktop.sh Change attributes of .gnupg/gpg-agent.conf
2 lines
250 B
Bash
2 lines
250 B
Bash
#!/bin/sh
|
|
xrandr --output DVI-I-0 --off --output DVI-I-1 --off --output HDMI-0 --off --output DP-0 --mode 1920x1200 --pos 0x0 --rotate normal --output DP-1 --off --output DVI-D-0 --mode 1680x1050 --pos 1920x75 --rotate normal --output None-1-1 --off
|