Skip to content

Commit

Permalink
Update .local/share/applications/WorkChat.desktop
Browse files Browse the repository at this point in the history
Update .config/hypr/windows.conf
Change attributes of .config/hypr/exec.conf
  • Loading branch information
AndreasBackx committed Oct 28, 2024
1 parent f2ca987 commit dbf86f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Version=1.0
Terminal=false
Type=Application
Name=Workplace
Name=WorkChat
Exec=/opt/google/chrome/google-chrome --profile-directory=Default --app-id=hondjlkedhnofcgbhifciodpdjfnonjm
Icon=chrome-hondjlkedhnofcgbhifciodpdjfnonjm-Default
StartupWMClass=crx_hondjlkedhnofcgbhifciodpdjfnonjm
StartupWMClass=WorkChat
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ exec-once = spotify
# exec-once = obsidian || md.obsidian.Obsidian
exec-once = discord
exec-once = mattermost-desktop
{{ if eq .environment "work" }}
exec-once = workchat
{{ end }}
# exec-once = zulip
exec-once = trayscale --hide-window || dev.deedles.Trayscale --hide-window
exec-once = 1password --silent
Expand Down
3 changes: 3 additions & 0 deletions private_dot_config/hypr/windows.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ windowrule=workspace 4 silent, ^(Slack)$
{{ else }}
# Workspace 3
windowrule=workspace 3 silent, ^(Mattermost)$
# This is WorkChat(.desktop), have been failing to override the class ID.
# Seems to be stable across machines however.
windowrule=workspace 3 silent, ^(chrome-hondjlkedhnofcgbhifciodpdjfnonjm-Default)$

# Workspace 4
windowrule=workspace 4 silent, ^([dD]iscord)$
Expand Down

0 comments on commit dbf86f2

Please sign in to comment.