mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
Update
This commit is contained in:
parent
52110f5c71
commit
0c57898246
4 changed files with 121 additions and 95 deletions
9
i3/xrandr.sh
Executable file
9
i3/xrandr.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue