vi-like input, theme toggle, Makefile and update README

This commit is contained in:
2023-08-03 07:10:12 +02:00
parent b9f9311e8c
commit cbf8c1cd3d
9 changed files with 92 additions and 84 deletions

View File

@ -1,63 +1,37 @@
#!/bin/sh
echo '# qtile:'
echo '# required:'
for CMD in \
alacritty \
qtile \
emacsclient \
zsh \
git \
cc \
make \
setxkbmap \
slock \
systemctl \
xmodmap \
xrandr \
xrdb \
xset \
xsetroot \
hsetroot \
xsettingsd \
rofi; do
which "$CMD"
done
echo -e '\n# bspwm:'
for CMD in \
alacritty \
bspc \
bspwm \
sed \
pkill \
dmenu \
dmenu_run \
emacsclient \
pkill \
polybar \
polybar-msg \
sed \
setxkbmap \
slock \
sxhkd \
systemctl \
xargs \
xdo \
xmodmap \
xrandr \
xrdb \
xsetroot \
xsettingsd \
xtitle \
xss-lock; do
xss-lock \
exa \
fzf \
; do
which "$CMD"
done
echo -e '\n# bspwm (optional):'
echo -e '\n# optional:'
for CMD in \
firefox \
mpc \
mpd \
pamixer \
sx \
thunderbird \
picom \
compton \
xbacklight; do
which "$CMD"
done
echo -e '\n# shell:'
for CMD in emacsclient zsh; do
which "$CMD"
done