
xprop
List of commands for xprop:
-
xprop:ai:69eb3 How to know what firefox is displaying$ xprop -id $(xprop -root 32x ' $0' _NET_ACTIVE_WINDOW | cut -f 2) WM_NAMEtry on your machineexplain this command
-
xprop:tldr:785de xprop: Display the name of the root window.$ xprop -root WM_NAMEtry on your machineexplain this command
-
xprop:tldr:7a49c xprop: Display all the properties of the window with the id 0x200007.$ xprop -id ${0x200007}try on your machineexplain this command
-
xprop:tldr:8d6cb xprop: Display the window manager hints for a window.$ xprop -name "${window_name}" WM_HINTStry on your machineexplain this command
-
xprop:tldr:8dd67 xprop: Display the point size of a font.$ xprop -font "${font_name}" POINT_SIZEtry on your machineexplain this command