diff --git a/dot_config/hypr/programs.conf.tmpl b/dot_config/hypr/programs.conf.tmpl index 625ff58..d308a43 100644 --- a/dot_config/hypr/programs.conf.tmpl +++ b/dot_config/hypr/programs.conf.tmpl @@ -25,7 +25,7 @@ exec-once = [workspace 2 silent] firefox exec-once = hypridle exec-once = [workspace 3 silent] codium #exec-once = [workspace 4 silent] flatpak run com.spotify.Client -exec-once = [workspace 4 silent] ~/Applications/Feishin.AppImage +exec-once = [workspace 4 silent] flatpak run io.github.dweymouth.supersonic # Bitwarden Window Floating exec-once = ~/.config/hypr/scripts/bitwarden.sh diff --git a/dot_config/hypr/windows_workspaces.conf b/dot_config/hypr/windows_workspaces.conf index 4c62d94..153e605 100644 --- a/dot_config/hypr/windows_workspaces.conf +++ b/dot_config/hypr/windows_workspaces.conf @@ -43,4 +43,5 @@ windowrule = idleinhibit fullscreen,class:([window]) # Available modes: none, al windowrulev2 = workspace 3, class:^(codium)$ windowrulev2 = workspace 4, class:^(Spotify)$ windowrulev2 = workspace 4, class:^(feishin)$ +windowrulev2 = workspace 4, class:^(Supersonic)$ windowrulev2 = workspace 5, class:^(teams-for-linux)$ diff --git a/executable_install-fedora.sh b/executable_install-fedora.sh index 3187eca..5649c4f 100755 --- a/executable_install-fedora.sh +++ b/executable_install-fedora.sh @@ -63,6 +63,7 @@ sudo dnf install codium # Flatpak Setup flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo #flatpak install flathub com.spotify.Client +flatpak install flathub io.github.dweymouth.supersonic flatpak install flathub com.bitwarden.desktop flatpak install flathub org.prismlauncher.PrismLauncher flatpak install flathub com.github.IsmaelMartinez.teams_for_linux @@ -123,28 +124,4 @@ else echo "dotool ist bereits installiert, überspringe Download" fi -# feishin mit Prüfung -if [[ ! -f ~/Applications/Feishin.AppImage ]]; then - # AppImage herunterladen und ausführbar machen - mkdir -p ~/Applications - wget -O ~/Applications/Feishin.AppImage https://github.com/jeffvli/feishin/releases/download/v0.12.3/Feishin-0.12.3-linux-$(uname -m).AppImage - chmod +x ~/Applications/Feishin.AppImage - - # Desktop-Eintrag erstellen - mkdir -p ~/.local/share/applications - cat > ~/.local/share/applications/feishin.desktop <