feat: initial commit
This commit is contained in:
2
.screenlayout/home-setup-b590.sh
Executable file
2
.screenlayout/home-setup-b590.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
xrandr --output HDMI1 --off --output LVDS1 --mode 1366x768 --pos 1920x312 --rotate normal --output VIRTUAL1 --off --output DP1 --off --output VGA1 --primary --mode 1920x1080 --pos 0x0 --rotate normal
|
||||
2
.screenlayout/home-setup-g50.sh
Executable file
2
.screenlayout/home-setup-g50.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
xrandr --output DP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output eDP-1 --mode 1366x768 --pos 1920x312 --rotate normal --output HDMI-2 --off
|
||||
7
.screenlayout/home-setup.sh
Executable file
7
.screenlayout/home-setup.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ `hostname` = "rexim-B590" ]; then
|
||||
~/.screenlayout/home-setup-b590.sh
|
||||
else
|
||||
~/.screenlayout/home-setup-g50.sh
|
||||
fi
|
||||
2
.screenlayout/portable-setup-b590.sh
Executable file
2
.screenlayout/portable-setup-b590.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
xrandr --output HDMI1 --off --output LVDS1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output VIRTUAL1 --off --output DP1 --off --output VGA1 --off
|
||||
2
.screenlayout/portable-setup-g50.sh
Executable file
2
.screenlayout/portable-setup-g50.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
xrandr --output DP-1 --off --output HDMI-1 --off --output eDP-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-2 --off
|
||||
7
.screenlayout/portable-setup.sh
Executable file
7
.screenlayout/portable-setup.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ `hostname` = "rexim-B590" ]; then
|
||||
~/.screenlayout/portable-setup-b590.sh
|
||||
else
|
||||
~/.screenlayout/portable-setup-g50.sh
|
||||
fi
|
||||
Reference in New Issue
Block a user