]> Freerunner's - dotfiles.git/commitdiff
hyprland: strengthen startup script
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 15 Aug 2024 16:08:07 +0000 (18:08 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Mon, 26 Aug 2024 13:52:01 +0000 (15:52 +0200)
config/hypr/hyprland.conf
config/hypr/scripts/startup.sh

index c47a4abd86c5b1ea807b05d10d81c20ec4eca854..859bb211089e1f79a36925ba61da6bcba5fb73f4 100644 (file)
@@ -180,6 +180,7 @@ group {
 windowrule = float,^(steam)$
 windowrule = float,title:^(Steam)$
 windowrule = float,title:^(Freundesliste)$
+windowrulev2 = minsize 1 1, stayfocused, float, class: ^(com.nextcloud.desktopclient.nextcloud)$
 windowrulev2 = stayfocused, title:^()$, class:^(steam)$
 windowrulev2 = minsize 1 1, title:^()$, class:^(steam)$
 windowrulev2 = size 60% 100%, float, title:^(NCMPCPP.*)$
index ac612df407220d31ac5f4439ff112fb4e1fd7036..ea599f962e25ce627fb2ab7d1c4720245b1ba4ab 100755 (executable)
@@ -101,6 +101,13 @@ else
     logger 'mpd-mpris already running'
 fi
 
+if [[ ! $(pidof kwalletmanager5) ]]; then
+       /usr/libexec/pam_kwallet_init &
+       logger 'kwallet5 started'
+else
+    logger 'kwallet5 already running'
+fi
+
 if [[ ! $(pidof swww-daemon) ]]; then
     swww init > /dev/null 2>&1 &
     logger 'swww-daemon started'