16 lines
167 B
Bash
16 lines
167 B
Bash
# User Variables
|
|
# Comment to disable
|
|
|
|
set -a
|
|
|
|
pkg=(
|
|
autorandr
|
|
i3lock xss-lock
|
|
picom
|
|
xorg-{server,xinit,xrandr,xsetroot} xclip
|
|
)
|
|
|
|
set +a
|
|
|
|
# vim: ft=sh
|