Quantcast
Channel: Active questions tagged config - Stack Overflow
Viewing all articles
Browse latest Browse all 5054

SwayWM - bindsym for special windows

$
0
0

How can I bind key Escape to kill only some apps \ windows in SwayWM config?

The problem is
bindsym Escape [title="some_app"] kill
conflicts with
bindsym Escape [title="other_app"] kill.

Is it possible to do something like
for_window [title="some_app"] on_escape_key_press kill


Viewing all articles
Browse latest Browse all 5054

Trending Articles