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