X
Usage⚑
Reload ~/.Xresources⚑
xrdb ~/.Xresources
(https://stackoverflow.com/questions/21746654/reload-xresources-without-restarting-the-xterm)
Tips⚑
Hide and disable the cursor⚑
You can more or less hide it with: unclutter -idle 0
.
To disable it, use the Fn button or rmmod psmouse
.
(https://stackoverflow.com/questions/660613/how-do-you-hide-the-mouse-pointer-under-linux-x11)
Utilities⚑
xprop⚑
You can use xprop
to get the name and details of any running graphic application by clicking on it.