From 453e23ad937c873686eb1b7097a2147353b49612 Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Tue, 23 Jun 2026 22:51:54 +0200 Subject: [PATCH] Replace OpenWebUI launch with Flatpak command --- modules/home/hyprland/binds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/binds.nix b/modules/home/hyprland/binds.nix index d332cd7..b2d8d23 100644 --- a/modules/home/hyprland/binds.nix +++ b/modules/home/hyprland/binds.nix @@ -69,7 +69,7 @@ "SUPER CONTROL, G, exec, gimp #\"GNU Image Manipulation Program\"" "SUPER CONTROL, M, exec, mattermost-desktop #\"Mattermost team chat client\"" "SUPER CONTROL, N, exec, noctalia-shell ipc call plugin:ntfy-notifications refresh #\"Refresh ntfy\"" - "SUPER CONTROL, O, exec, dex ${desktopEntriesPath}/openWebUI.desktop #\"My own AI chat interface\"" + "SUPER CONTROL, O, exec, flatpak run com.openwebui.open-webui #\"My own AI chat interface\"" "SUPER CONTROL, R, exec, noctalia-shell ipc call plugin:screen-recorder toggle #\"Toogle screen recording\"" "SUPER CONTROL, S, exec, signal-desktop #\"Signal encrypted messaging\"" "SUPER CONTROL, T, exec, tsukimi #\"A simple Emby/Jellyfin Client\""