]> Freerunner's - dotfiles.git/commitdiff
hypr: fix open_with menu in apps, dolphin etc.
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 2 Jun 2025 21:54:39 +0000 (23:54 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Mon, 2 Jun 2025 21:54:39 +0000 (23:54 +0200)
dot-config/hypr/scripts/startup.sh

index c9bc583adadcbd7208eb325c8c8bafafa5558eba..65fefc28b0dc24a8834c86bc4ec85e05edcf849a 100755 (executable)
@@ -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 '============================'