added xorg-xsetroot to fix bspwm cursor issue
This commit is contained in:
parent
12df3072f2
commit
f8f3fbdf63
2 changed files with 6 additions and 2 deletions
|
|
@ -15,7 +15,10 @@ 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 snarf (great tool very much like wget, curl), and shellcheck (an error handling tool for bash scripts), and gawk (GNU awk), and nawk (BSD awk):
|
||||
|
||||
doas pacman -S snarf shellcheck gawk nawk
|
||||
also install xorg-xsetroot (fixes cursor problem in bspwm)
|
||||
doas pacman -S xorg-xsetroot snarf shellcheck gawk nawk
|
||||
|
||||
put gawk.pdf from programming_books on kobo
|
||||
|
||||
add to .xinitrc:
|
||||
xsetroot -cursor_name left_ptr &
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ picom --config /home/brian/.config/picom/picom.conf & # --experimental-backends
|
|||
# nm-applet
|
||||
dunst &
|
||||
xbanish &
|
||||
xsetroot -cursor_name left_ptr &
|
||||
# pulseaudio --start &
|
||||
|
||||
# Notification for Laptop Battery
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue