feat: initial commit

This commit is contained in:
2023-10-11 21:51:24 +02:00
commit 8709837ef1
128 changed files with 2464 additions and 0 deletions

View 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

View 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
View File

@@ -0,0 +1,7 @@
#!/bin/sh
if [ `hostname` = "rexim-B590" ]; then
~/.screenlayout/home-setup-b590.sh
else
~/.screenlayout/home-setup-g50.sh
fi

View 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

View 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

View File

@@ -0,0 +1,7 @@
#!/bin/sh
if [ `hostname` = "rexim-B590" ]; then
~/.screenlayout/portable-setup-b590.sh
else
~/.screenlayout/portable-setup-g50.sh
fi