made notation to install xdo and also updated sxhkdrc

This commit is contained in:
tomit4 2022-05-25 05:56:11 -07:00
parent e1fc19e656
commit 35d05ef9f1
2 changed files with 26 additions and 28 deletions

View file

@ -14,9 +14,9 @@ add notation about using pick to parse through output, and pipe that using xargs
example:
ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick)
Install bspwm and sxhkd
Install bspwm and sxhkd and xdo
doas pacman -S bspwm sxhkd
doas pacman -S bspwm sxhkd xdo
Place bspwmrc and sxhkdrc in respective .config directories