You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to newest Regolith Desktop Super + ` keybinding stopped working. After fast investigation I found out that i3-next-workspace errors out with following error:
$ i3-next-workspace
Traceback (most recent call last):
File "/usr/bin/i3-next-workspace", line 38, in <module>
startnum = min(mapping_names.keys())
ValueError: min() arg is an empty sequence
The problem seems to be with xrdb -query call which does not list anything that would match regex re.search("^i3-wm\.workspace\...\.name:",line):
After upgrading to newest Regolith Desktop
Super + `
keybinding stopped working. After fast investigation I found out thati3-next-workspace
errors out with following error:The problem seems to be with
xrdb -query
call which does not list anything that would match regexre.search("^i3-wm\.workspace\...\.name:",line)
:My system configuration:
The text was updated successfully, but these errors were encountered: