Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xrdb does not list workspaces #2

Open
cedrak opened this issue Jan 10, 2023 · 0 comments
Open

xrdb does not list workspaces #2

cedrak opened this issue Jan 10, 2023 · 0 comments

Comments

@cedrak
Copy link

cedrak commented Jan 10, 2023

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):

$ xrdb -query | grep workspace
i3-wm.bar.workspace.active.background.color:	#9A9996
i3-wm.bar.workspace.active.border.color:	#9A9996
i3-wm.bar.workspace.active.text.color:	#B8B8B8
i3-wm.bar.workspace.focused.background.color:	#393939
i3-wm.bar.workspace.focused.border.color:	#C0BFBC
i3-wm.bar.workspace.focused.text.color:	#FFFFFF
i3-wm.bar.workspace.inactive.background.color:	#393939
i3-wm.bar.workspace.inactive.border.color:	#393939
i3-wm.bar.workspace.inactive.text.color:	#F6F5F4
i3-wm.bar.workspace.urgent.background.color:	#E01B24
i3-wm.bar.workspace.urgent.border.color:	#E01B24
i3-wm.bar.workspace.urgent.text.color:	#FFFFFF
i3xrocks.label.next-workspace-widget:	

My system configuration:

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.1 LTS
Release:	22.04
Codename:	jammy

$ cat /etc/regolith/version
REGOLITH_VERSION=2.2

$ xrdb -version
xrdb 1.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant