blob: 19d7df90b8c4b5e46d266ac37fd492cdb8ecd8c5 (
about) (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
run 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 &
bluetooth-autoconnect &
|