add outlook back
This commit is contained in:
parent
79668bb28c
commit
6cba3687bd
2 changed files with 7 additions and 0 deletions
|
@ -28,7 +28,13 @@ exec-once = [workspace 3 silent] codium
|
|||
#exec-once = [workspace 4 silent] flatpak run com.spotify.Client
|
||||
exec-once = [workspace 4 silent] flatpak run io.github.dweymouth.supersonic
|
||||
exec-once = [workspace 5 silent] im.riot.Riot
|
||||
|
||||
# machine-specific configuration
|
||||
{{- if eq .chezmoi.hostname "sri-laptop-fedora" }}
|
||||
exec-once = [workspace 6 silent] outlook-for-linux
|
||||
{{- else }}
|
||||
exec-once = [workspace 6 silent] thunderbird
|
||||
{{- end }}
|
||||
|
||||
# Bitwarden Window Floating
|
||||
exec-once = ~/.config/hypr/scripts/bitwarden.sh
|
||||
|
|
|
@ -53,6 +53,7 @@ windowrulev2 = workspace 4, class:^(feishin)$
|
|||
windowrulev2 = workspace 4, class:^(Supersonic)$
|
||||
windowrulev2 = workspace 5, class:^(im.riot.Riot)$
|
||||
windowrulev2 = workspace 6, class:^(net.thunderbird.Thunderbird)$
|
||||
windowrulev2 = workspace 6, class:^(outlook-for-linux)$
|
||||
|
||||
# JetBrains IDEs (IntelliJ, PyCharm) - Workarounds für Hyprland
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue