Actionless Loveless

Results 871 comments of Actionless Loveless

i think the only reason icon_name is readonly is because there is not setter defined for it in `client.c` (you could use `luaA_client_set_name(lua_State *L, client_t *c)` as an example)

ok, then i leaving this as a feature request

> https://x.org/releases/X11R7.6/doc/xorg-docs/specs/ICCCM/icccm.html#client_properties > The fact that WM_NAME is writable is the one that violates the spec here. could you make an exact quote which would say so? i found only...

i guess you just need to set useless_gap > 0 and gap_single_client to false

> Can be related to https://github.com/awesomeWM/awesome/issues/3156 yeah this sort of thing was happening to me from time to time, so i have it in my config, i wonder if it's...

but indicator in unity is like widgets in awesome wm - you can change the order of them as well never saw it implemented for legacy x11 tray but PRs...

@psychon i think just first try _NET_WM_NAME, if it's not set WM_CLASS, if none - just set it to MaxAscii (so those icons without proper name hint will be staying...

the test in aforementioned i3 is just checking for wm hint to be present?

i am agree what adding up "yes/no" confirmation popup is very constructive idea

i think you're on the right track - popup and button components are already exist: you could either create a direct dialog using those, or first create a universal dialog...