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