Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 159 Bytes

File metadata and controls

10 lines (7 loc) · 159 Bytes

wmctrl

# List all ids window
wmctrl -l


# Close active window
wmctrl -ic $(xprop -root | grep '_NET_ACTIVE_WINDOW(WINDOW)' | awk '{print $5}')