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