mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Update i3 bar & screen configuration
This commit is contained in:
@ -1,2 +1,9 @@
|
||||
#!/bin/sh
|
||||
xrandr --output DP-0.2.2.1 --mode 1920x1080 --pos 1920x0 --rotate inverted --output DP-0.1 --primary --mode 1920x1080 --pos 0x1080 --rotate normal --output DVI-D-0 --mode 1920x1080 --pos 1920x1080 --rotate normal --output DP-0.2.1 --mode 1920x1080 --pos 0x0 --rotate inverted --output DP-0.2.2.2.1 --off --output HDMI-0 --off --output DP-5 --off --output DP-4 --off --output DP-3 --off --output DP-2 --off --output DP-1 --off --output DP-0 --off
|
||||
set -e
|
||||
|
||||
xrandr --output DP-0.1 --primary --mode 1920x1080 --pos 0x1080 --rotate normal \
|
||||
--output DP-0.2.1 --mode 1920x1080 --pos 0x0 --rotate inverted \
|
||||
--output DP-0.2.2.1 --mode 1920x1080 --pos 1920x0 --rotate inverted \
|
||||
--output DP-0.2.2.2.1 --mode 1920x1080 --pos 1920x1080 --rotate normal
|
||||
|
||||
[ -e ~/.fehbg ] && ~/.fehbg
|
||||
|
Reference in New Issue
Block a user