diff options
| author | Zach DeCook <zachdecook@librem.one> | 2025-10-21 20:57:20 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2025-10-21 20:57:20 -0400 |
| commit | fb152830716cb14a3679d325ab6313c10f175c02 (patch) | |
| tree | cd3b6fcf0e63b1b910023a16055a7cd3def215d1 /.config/hypr | |
| parent | 1b0ccecdde74f9cc9efd501f38fb614ffb1733aa (diff) | |
| download | dotfiles-enchilada.tar.gz | |
hyprland: fix openrc --user gui enchilada
Diffstat (limited to '.config/hypr')
| -rw-r--r-- | .config/hypr/hyprland.conf | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |
