Open NCLI opened 4 years ago
I have the same bug. I made an improvised fix that runs on startup. It runs automatically this command: "urxvt -e i3-msg restart", which will open a Terminal and refresh i3 and then close it again. I used a bash script but you can probably just write it into the i3 config.
Based on the comment above, I was able to put this into the i3 config: exec --no-startup-id "sleep 20; urxvt -e i3-msg restart"
What happens:
What I expect to happen: