diff options
Diffstat (limited to '.config')
-rwxr-xr-x | .config/autostart/setup.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/autostart/setup.sh b/.config/autostart/setup.sh new file mode 100755 index 0000000..08ace96 --- /dev/null +++ b/.config/autostart/setup.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +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 |