You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true
Ctrl + Shift + d
Ctrl + Shift + i
Or
GTK_DEBUG=interactive your-app
https://gtkthemingguide.surajmandal.in/#/getting_started
xfce-panel
# Number of desktop
sh -c "echo $(wmctrl -d | awk '/\*/ { print $NF }')"
sh -c "echo $(($(xdotool get_desktop) +1))"