Switch back to discord.
This commit is contained in:
parent
8cb3309e93
commit
05c067a6fe
@ -8,6 +8,7 @@ from qtile_extras import widget
|
||||
|
||||
os.environ["MOZ_ENABLE_WAYLAND"] = "1"
|
||||
os.environ["MOZ_DBUS_REMOTE"] = "1"
|
||||
os.environ["XDG_CURRENT_DESKTOP"] = "qtile:wlroots"
|
||||
|
||||
wl_input_rules = {
|
||||
"type:pointer": InputConfig(natural_scroll=True),
|
||||
@ -35,7 +36,7 @@ groups = [
|
||||
Group("1", label="\uf292"),
|
||||
Group("2", label="\uf738", matches=[Match(wm_class=["firefox"])]),
|
||||
Group("3", label="\uf70d", matches=[Match(wm_class=["ferdium"])]),
|
||||
Group("4", label="\uf70d", matches=[Match(wm_class=["WebCord"])]),
|
||||
Group("4", label="\uf70d", matches=[Match(wm_class=["discord"])]),
|
||||
Group("5", label="\uf7aa", matches=[Match(wm_class=["mutt"])]),
|
||||
Group("6", label="\uf120"),
|
||||
Group("7", label="\uf09c", matches=[Match(wm_class=["1Password"])]),
|
||||
|
Loading…
Reference in New Issue
Block a user