diff --git a/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/browser.conf b/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/browser.conf index 7df8850..0b860e0 100644 --- a/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/browser.conf +++ b/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/browser.conf @@ -1,7 +1,7 @@ # browser.conf # floorp -$browser = /usr/bin/flatpak run one.ablaze.floorp +$browser = uwsm app -- one.ablaze.floorp.desktop $mainMod = SUPER ## autostart diff --git a/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/discord_workspace.conf b/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/discord_workspace.conf index 56b422b..e7f9c30 100644 --- a/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/discord_workspace.conf +++ b/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/discord_workspace.conf @@ -1,6 +1,6 @@ # discord_workspace.conf -$discord = /usr/bin/flatpak run com.discordapp.Discord +$discord = uwsm app -- com.discordapp.Discord.desktop $discord_class = class:^(vesktop)$|^(discord)$|^(com.discord.app.Discord)$|^(WebCord)$|^(equibop)$ diff --git a/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/game_workspace.conf b/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/game_workspace.conf index feb661d..1affe9e 100644 --- a/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/game_workspace.conf +++ b/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/game_workspace.conf @@ -3,7 +3,7 @@ # workspace number $game-workspace-number = 5 -exec-once = steam %U +exec-once = uwsm app -- steam.desktop # window rules windowrule = workspace 9 silent, title:^(Steam)$ diff --git a/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/keybinds.conf b/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/keybinds.conf index e47051a..87f3aea 100644 --- a/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/keybinds.conf +++ b/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/keybinds.conf @@ -1,8 +1,8 @@ # key_binds.conf # Set programs that you use -$fileManager = uwsm app -- ${dolphin} -$menu = rofi -show drun -run-command "uwsm app -- {cmd}" +$fileManager = uwsm app -- org.kde.dolphin.desktop +$menu = uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true) #$menu = ags request -i launcher show $screenshot = hyprshot -m region --clipboard-only $powermenu = /usr/share/hypr-hydro-os/scripts/local-lua /usr/share/hypr-hydro-os/scripts/powermenu.lua diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 8855148..8a82169 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -28,7 +28,6 @@ modules: - SwayNotificationCenter - hyprpolkitagent - hyprshot - - rofi - type: default-flatpaks notify: true # Send notification after install/uninstall is finished (true/false)