1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-18 20:10:03 +02:00
This commit is contained in:
Henrik Hautakoski 2023-07-27 17:21:44 +02:00
parent 52110f5c71
commit 0c57898246
4 changed files with 121 additions and 95 deletions

9
i3/xrandr.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
xrandr --output eDP-1 --mode 1920x1080 --pos 3440x0 --rotate normal \
--output DP-1-0 --off \
--output DP-1-1 --off \
--output DP-1-2 --off \
--output DP-1-3 --off \
--output HDMI-1-0 --primary --mode 3440x1440 --pos 0x0 --rotate normal \
--output DP-1-4 --off