blob: 327c9dba03cec16d613531dab0ca6b6d2feb2411 (
about) (
plain)
1
2
3
4
5
|
#!/bin/sh
emacs --daemon
setxkbmap -option caps:swapescape
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
|