mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-07-26 09:41:59 -07:00
patches: Added normal kill.
This commit is contained in:
@@ -7,7 +7,7 @@ index 0d74d4b..ff70968 100644
|
|||||||
*/
|
*/
|
||||||
void win_kill() {
|
void win_kill() {
|
||||||
- if (win_current() != root) XKillClient(d, cur);
|
- if (win_current() != root) XKillClient(d, cur);
|
||||||
+ if (win_current() == root) return;
|
+ if (win_current() == root) return;
|
||||||
+
|
+
|
||||||
+ XEvent ev = { .type = ClientMessage };
|
+ XEvent ev = { .type = ClientMessage };
|
||||||
+
|
+
|
||||||
@@ -19,5 +19,5 @@ index 0d74d4b..ff70968 100644
|
|||||||
+
|
+
|
||||||
+ XSendEvent(d, cur, False, NoEventMask, &ev);
|
+ XSendEvent(d, cur, False, NoEventMask, &ev);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user