From 5ae2599bd7d05f8614853c8104d46c74c0a708c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 26 May 2024 20:19:15 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(hypr):=20change=20s?= =?UTF-8?q?ervices=20order?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/scripts/autostart/services | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.config/hypr/scripts/autostart/services b/.config/hypr/scripts/autostart/services index 3a0fa627..a9b5a583 100755 --- a/.config/hypr/scripts/autostart/services +++ b/.config/hypr/scripts/autostart/services @@ -1,21 +1,17 @@ #!/bin/bash -# Variables -config=$HOME/.config/hypr -scripts=$config/scripts - # Automounter for removable media udiskie & # Wallpaper Backend swww-daemon --format xrgb & +# Pyprland Daemon +pypr & + # Bar waybar & -# Plugins -pypr & - # Notification Daemon swaync & @@ -29,16 +25,17 @@ devify & hypridle & # Clipboard -wl-clip-persist --clipboard regular & wl-paste --watch cliphist store & # Polkit authentication /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & # Screen sharing and portals -"$scripts"/portal & -# xwaylandvideobridge & +"$HOME"/.config/hypr/portal & +# xwaylandvideobridge & # Off when using Vesktop instead of Discord # Audio easyeffects --gapplication-service & + +# Systemd services systemctl --user start protonmail-bridge &