Compare commits

...

2 Commits

Author SHA1 Message Date
Nina Chlóe Kassandra Reiß
42cda0ea47 Safe waybar logs to identify reason for crashes 2026-06-09 20:31:54 +02:00
Nina Chlóe Kassandra Reiß
2fe5077f18 Remove xdg portal in favour of hm-director 2026-06-07 19:09:55 +02:00
2 changed files with 1 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ input {
} }
# Exec / Startup # Exec / Startup
exec-once = waybar exec-once = waybar -l debug &> /tmp/waybar.log
exec-once = hyprpaper exec-once = hyprpaper
exec-once = nm-applet --indicator exec-once = nm-applet --indicator
exec-once = blueman-applet exec-once = blueman-applet

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env bash
sleep 1
killall -e xdg-desktop-portal-hyprland
killall xdg-desktop-portal
/usr/lib/xdg-desktop-portal-hyprland &
sleep 2
/usr/lib/xdg-desktop-portal &