Christian Kugler
Christian Kugler
> > * I assign this workspace to my secondary output > > * I assigned spotify to open on this output ```i3 set $ws0 "10:Audio" workspace $ws0 output DP-0...
Yes, I switched to the keybindings but only at one of my computers. I'm still trying to use assignments unsuccessfully by trying to set `$ws0` to `10:Audio:10` to trick i3-workspace-groups...
I was looking for that feature as well and was wondering why the naming scheme is what it is. I haven't looked at the code; maybe it is obvious. Just...
:facepalm: Apparently I only tested on my second monitor, sorry. It's even in the [REAME](https://github.com/infokiller/i3-workspace-groups#active-workspace)... Also explains some unexpected behavior :sweat_smile:
> Do you open the media/games once in their dedicated workspace and then just leave them there and forget about them? > > One workaround for having a program assigned...
Just some notes which might be relevant for this issue. Usual way how to assign: ``` assign [class="vlc"] $ws0 ``` But since some programs, like Spotify, have a buggy X11...
What I did not think about when suggesting the solution was that `for_window` does not provide context but only the trigger. Thus it will move the current focused window I...
I experience the same issue. No upstream servers. I use the [nginx.tmpl](https://github.com/nginx-proxy/nginx-proxy/blob/bf2d7295d3cca3134ce79e114ad533732d708377/nginx.tmpl) from [nginx-proxy](https://github.com/nginx-proxy/nginx-proxy). Like suggested by the docker hub page. I tried to debug it and added some lines...
Sure ``` ❯ docker-compose exec revproxy-gen /usr/local/bin/docker-gen --version # for good measure 0.7.5 ❯ docker inspect revproxy-gen [ { "Id": "d8411145f6d775560b9169f5347d433a6ea32b01fb9a3903d50a98bae4a0421e", "Created": "2021-04-10T15:13:25.659568865Z", "Path": "/usr/local/bin/docker-gen", "Args": [ "-notify-sighup", "revproxy", "-watch",...
Will check as soon as I am home. I guess you are suspecting not enough privileges or capabilities?