xrandr
This commit is contained in:
6
.config/screenlayout/apply-screen-layout.sh
Executable file
6
.config/screenlayout/apply-screen-layout.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
hostname=$(/usr/bin/hostname)
|
||||
|
||||
if [[ $hostname -eq "bepis" ]]; then
|
||||
$(~/.config/screenlayout/bepis.sh)
|
||||
fi
|
||||
2
.config/screenlayout/bepis.sh
Executable file
2
.config/screenlayout/bepis.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
xrandr --output DVI-I-0 --off --output DVI-I-1 --off --output HDMI-0 --primary --mode 3440x1440 --pos 1440x475 --rotate normal --output DP-0 --mode 2560x1440 --pos 0x0 --rotate left --output DP-1 --off --output DVI-D-0 --off
|
||||
Reference in New Issue
Block a user