-
Notifications
You must be signed in to change notification settings - Fork 6
Getting window info
Peter Fajdiga edited this page Sep 7, 2024
·
1 revision
If there's a specific application or window misbehaving, it's useful to be able to identify it. Here are two methods to find its information.
- Open KWin debug console
- Find the problematic window in the tree view
- If it's not clear which one it is, try closing as many windows as possible, then use the process of elimination
- If it's still not clear, try the other method
- Expand the window in the tree view and note the following properties:
- caption
- resourceClass
- windowType
Note: Don't click apply at any point
- Open KDE System Settings -> Window Management -> Window Rules
- Click on Add New...
- Click on Detect Window Properties
- Click on the window you wish to inspect
- Note the following properties:
- Window class (application)
- Window title
- Window types (click on it to see the actual window type)
- Click Reset (we got what we needed, we don't need to add any window rules)