Thorsten Wißmann

Results 161 comments of Thorsten Wißmann

Exciting! How does your fork interact with the other border settings? E.g. what happens if the border color and the background color of the window is not the same?

This is surprising because `_NET_DESKTOP_NAMES` is set whenever the tag configuration changes. Does it show up if you add some tag and remove it again? (`hc add dummy ; hc...

With "it" I meant the X11 property: Does `_NET_DESKTOP_NAMES` show up if you add some tag and remove it again? (`hc add dummy ; hc merge_tag dummy`)

Is there any error message printed by `herbstluftwm`? (depending on how you start hlwm, it might be difficult to see the output). Maybe there is an encoding issue with your...

Concretely, I assume that if you start `herbstluftwm` with `--verbose`, then it will probably print `Can not create text list` (by https://github.com/herbstluftwm/herbstluftwm/blob/master/src/xconnection.cpp#L346)

And are there other verbose messages of hlwm? Also, can you change the desktop file such that it uses the default locale `C`? E.g. something like `LC_ALL=C herbstluftwm...`.

Interesting! Then it seems the locales are set up wrong by the installer (this was already the issue in #1276). Can you remove`LC_ALL=C`, run `sudo locale-gen` and see whether the...

I'm not sure whether `utf8` is the same as `UTF-8`, but I suggest that you edit `/etc/locale.conf` such that the entries are consistently of the format ``` LANG="en_DK.UTF-8" LC_…="en_DK.UTF-8" ```...

For what kind of client do you need this? For all clients or is this a per-client setting?

> 2. I think a keychain deactivates _any_ other keys. > > c. To the suggestion by @uzsolt: these keys should be configurable (a command like `leave_keychain`—if it was for...