diff options
author | Thanos Apollo <[email protected]> | 2022-08-03 18:41:24 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2022-08-03 18:41:24 +0300 |
commit | 30ae6b110759e5c8f9c0a8535b2a051c6a667bab (patch) | |
tree | 2ec77d1cd7135b2f4ecf4ff2fb70b69fa07ec319 | |
parent | d6a1af71c3ce758c1469e4e3ffb3874da4db2f2b (diff) |
Fix typo
-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 08ace96..524ad60 100755 --- a/.config/autostart/setup.sh +++ b/.config/autostart/setup.sh @@ -1,5 +1,5 @@ #!/bin/sh emacs --daemon -setxkbmap -option caps:swapescape: +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 |