add element

This commit is contained in:
Simon Rieger 2025-06-06 11:20:43 +02:00
parent f5fb0d08df
commit 79668bb28c
4 changed files with 7 additions and 3 deletions

View file

@ -27,7 +27,8 @@ exec-once = hypridle
exec-once = [workspace 3 silent] codium exec-once = [workspace 3 silent] codium
#exec-once = [workspace 4 silent] flatpak run com.spotify.Client #exec-once = [workspace 4 silent] flatpak run com.spotify.Client
exec-once = [workspace 4 silent] flatpak run io.github.dweymouth.supersonic exec-once = [workspace 4 silent] flatpak run io.github.dweymouth.supersonic
exec-once = [workspace 5 silent] thunderbird exec-once = [workspace 5 silent] im.riot.Riot
exec-once = [workspace 6 silent] thunderbird
# Bitwarden Window Floating # Bitwarden Window Floating
exec-once = ~/.config/hypr/scripts/bitwarden.sh exec-once = ~/.config/hypr/scripts/bitwarden.sh

View file

@ -51,7 +51,8 @@ windowrulev2 = workspace 3, class:^(codium)$
windowrulev2 = workspace 4, class:^(Spotify)$ windowrulev2 = workspace 4, class:^(Spotify)$
windowrulev2 = workspace 4, class:^(feishin)$ windowrulev2 = workspace 4, class:^(feishin)$
windowrulev2 = workspace 4, class:^(Supersonic)$ windowrulev2 = workspace 4, class:^(Supersonic)$
windowrulev2 = workspace 5, class:^(net.thunderbird.Thunderbird)$ windowrulev2 = workspace 5, class:^(im.riot.Riot)$
windowrulev2 = workspace 6, class:^(net.thunderbird.Thunderbird)$
# JetBrains IDEs (IntelliJ, PyCharm) - Workarounds für Hyprland # JetBrains IDEs (IntelliJ, PyCharm) - Workarounds für Hyprland

View file

@ -41,7 +41,8 @@
"2": "", "2": "",
"3": "", "3": "",
"4": "", "4": "",
"5": "", "5": "",
"6": "",
"urgent": "", "urgent": "",
"focused": "", "focused": "",
"default": "" "default": ""

View file

@ -119,6 +119,7 @@ flatpak install flathub com.bitwarden.desktop
flatpak install flathub org.prismlauncher.PrismLauncher flatpak install flathub org.prismlauncher.PrismLauncher
flatpak install flathub com.github.IsmaelMartinez.teams_for_linux flatpak install flathub com.github.IsmaelMartinez.teams_for_linux
flatpak install flathub dev.linwood.butterfly flatpak install flathub dev.linwood.butterfly
flatpak install flathub im.riot.Riot
# Systemkonfiguration # Systemkonfiguration
sudo usermod -s /bin/zsh simono41 sudo usermod -s /bin/zsh simono41