From 2ec47dc199559863409216795de7dae00121e4a3 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Fri, 25 Jul 2025 21:36:53 -0500 Subject: Fix niri autostarts for master --- niri/config.kdl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/niri/config.kdl b/niri/config.kdl index 752a1f4..6bf00ad 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -271,10 +271,10 @@ layout { // See the binds section below for more spawn examples. // This line starts waybar, a commonly used bar for Wayland compositors. -spawn-at-startup "dinit" -spawn-at-startup "waybar" "-c" "~/.config/waybar/config-niri" -//spawn-at-startup "swaybg" "-i" "~/Pictures/background.png" -//spawn-at-startup "swayidle" +spawn-at-startup "waybar" +spawn-at-startup "hyprpaper" +spawn-at-startup "hypridle" +spawn-at-startup "dunst" // Uncomment this line to ask the clients to omit their client-side decorations if possible. // If the client will specifically ask for CSD, the request will be honored. -- cgit v1.2.3