diff options
author | ThanosApollo <[email protected]> | 2022-08-07 13:56:47 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-08-07 13:56:47 +0300 |
commit | 746359627ca0d2a55d207c16ee9a21b7be4eabc0 (patch) | |
tree | 7023392b0ca3bfa3541061c9fceab2cb77c015d1 /.config/autostart | |
parent | 54c2b4925e6928302692f1b302695d8ffc4cc525 (diff) |
Update to new system, add 2nd lang on qtile
Diffstat (limited to '.config/autostart')
-rwxr-xr-x | .config/autostart/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/autostart/setup.sh b/.config/autostart/setup.sh index 524ad60..327c9db 100755 --- a/.config/autostart/setup.sh +++ b/.config/autostart/setup.sh @@ -2,4 +2,4 @@ emacs --daemon setxkbmap -option caps:swapescape -xrandr --output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --off --output DP2 --off --output HDMI1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI2 --primary --mode 2560x1440 --pos 1920x0 --rotate normal --output VIRTUAL1 --off +xrandr --output DisplayPort-0 --off --output DisplayPort-1 --off --output DisplayPort-2 --primary --mode 2560x1440 --pos 1920x0 --rotate normal --output HDMI-A-0 --mode 1920x1080 --pos 0x0 --rotate normal |