When invoked, will kill the client returned by `layout.current_client`. ICCCM WM_DELETE_WINDOW is used instead if the window reports to support this protocol.
12 lines
320 B
Gherkin
12 lines
320 B
Gherkin
Feature: `kill' action keyword
|
|
|
|
@icccm_window
|
|
Scenario: kills current client
|
|
Given uhwm is running with this run control file:
|
|
"""
|
|
key(:f) { kill_current }
|
|
"""
|
|
And an ICCCM compliant window is mapped
|
|
When I press the alt+f keys
|
|
Then the ICCCM window must be unmapped by the manager
|