summaryrefslogtreecommitdiff
path: root/ui.c
diff options
context:
space:
mode:
authorWormHeamer2026-01-30 04:33:52 -0500
committerWormHeamer2026-01-30 04:33:52 -0500
commit42ebdb5b5e30ee7fb4d8e0fadc4b1f8338637839 (patch)
tree4630f4faa40afdfeb0717f9701c20120eb45fc64 /ui.c
parent4b6354cba395ba8b7fc5b6d901fe8fffc9236671 (diff)
remove XSetStandardProperties
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui.c b/ui.c
index b28b430..35b6451 100644
--- a/ui.c
+++ b/ui.c
@@ -100,12 +100,6 @@ ui_init(int argc, char **argv, UiOpts opt)
/* TODO: replace with modern XSetWMProperties */
- /*
- char title[] = "xmenu";
- XSetStandardProperties(dsp, win, title, title,
- None, argv, argc, &szhint);
- */
-
/* does setting the urgency hint auto-focus in ctwm? */
XSetWMProperties(dsp, win, NULL, NULL, argv, argc,
&szhint, &(XWMHints) { .flags = InputHint | XUrgencyHint, .input = 1 },