Add initial config
This commit is contained in:
commit
8e313873c8
182 changed files with 14784 additions and 0 deletions
2
screen-config/.config/screen/1024.sh
Executable file
2
screen-config/.config/screen/1024.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x1024 --rotate normal --output HDMI1 --mode 1280x1024 --pos 320x0 --rotate normal --output VIRTUAL1 --off
|
2
screen-config/.config/screen/1280.sh
Executable file
2
screen-config/.config/screen/1280.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x1024 --rotate normal --output HDMI1 --mode 1280x1024 --pos 248x0 --rotate normal --output VIRTUAL1 --off
|
2
screen-config/.config/screen/1680.sh
Executable file
2
screen-config/.config/screen/1680.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x1050 --rotate normal --output HDMI1 --mode 1680x1050 --pos 120x0 --rotate normal --output VIRTUAL1 --off
|
2
screen-config/.config/screen/1920.sh
Executable file
2
screen-config/.config/screen/1920.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x1080 --rotate normal --output HDMI1 --mode 1920x1080 --pos 0x0 --rotate normal --output VIRTUAL1 --off
|
2
screen-config/.config/screen/double.sh
Executable file
2
screen-config/.config/screen/double.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --mode 1920x1080 --pos 0x0 --rotate normal --output VIRTUAL1 --off
|
2
screen-config/.config/screen/mobile.sh
Executable file
2
screen-config/.config/screen/mobile.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output VIRTUAL1 --off
|
Loading…
Add table
Add a link
Reference in a new issue