From fb152830716cb14a3679d325ab6313c10f175c02 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Tue, 21 Oct 2025 20:57:20 -0400 Subject: hyprland: fix openrc --user gui --- .config/hypr/hyprland.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/hypr/hyprland.conf') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f25487b..32c73d6 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -17,7 +17,6 @@ env = GTK_USE_PORTAL,1 # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch -exec-once = /usr/libexec/pipewire-launcher # exec-once = waybar & hyprpaper & firefox exec-once = swaybg -i ~/Pictures/background.jpg -m center exec-once = sleep 2 && waybar @@ -60,7 +59,7 @@ env = QT_QPA_SYSTEM_ICON_THEME,breeze # Some default env vars. env = XCURSOR_SIZE,24 -exec-once = openrc --user +exec-once = openrc --user gui # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { -- cgit 1.4.1