mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
style(autoname-workspaces) Remove double Whitespace
This commit is contained in:
parent
9e879242fd
commit
ad20fe5e28
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ def icon_for_window(window):
|
|||
if window.app_id is not None and len(window.app_id) > 0:
|
||||
name = window.app_id.lower()
|
||||
elif window.window_class is not None and len(window.window_class) > 0:
|
||||
name = window.window_class.lower()
|
||||
name = window.window_class.lower()
|
||||
|
||||
if name in WINDOW_ICONS:
|
||||
return WINDOW_ICONS[name]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue