From: Andre Ramnitz Date: Mon, 2 Jun 2025 21:54:39 +0000 (+0200) Subject: hypr: fix open_with menu in apps, dolphin etc. X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=f5b1d906b36c32c72e4796281382438c83626a77;p=dotfiles.git hypr: fix open_with menu in apps, dolphin etc. --- diff --git a/dot-config/hypr/scripts/startup.sh b/dot-config/hypr/scripts/startup.sh index c9bc583a..65fefc28 100755 --- a/dot-config/hypr/scripts/startup.sh +++ b/dot-config/hypr/scripts/startup.sh @@ -61,14 +61,19 @@ pidof swaync && pkill swaync || swaync > /dev/null 2>&1 & pidof kwalletd6 && ~/.config/hypr/scripts/nextcloud.sh > /dev/null 2>&1 & pidof kwalletd6 && nextcloud --background & pidof xembedsniproxy && pkill xembedsniproxy || xembedsniproxy > /dev/null 2>&1 & # xembedsniproxy needs plasma-workspace +pidof udiskie && pkill udiskie || udiskie --no-automount --no-notify --tray > /dev/null 2>&1 & # ! pidof swww-daemon && nohup /usr/bin/swww-daemon > /dev/null 2>&1 # sleep 0.5 && ~/.local/bin/rndwallpaper swww +sleep 0.5 && ~/.local/bin/rndhyprpaper pidof wl-paste && pkill wl-paste || true wl-paste --type text --watch cliphist store & wl-paste --type image --watch cliphist store & +# fix open_with menu in dolphin etc. +XDG_MENU_PREFIX=plasma- kbuildsycoca6 + logger 'HYPRLAND MAIN STARTUP END' logger '============================'