blob: 086f707705b936ea44db0fa6b5c097a8190fc740 (
about) (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
emacs --daemon &
pipewire-pulse &
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
nitrogen --restore &
picom &
|