diff options
author | ZachIR <zachir@librem.one> | 2025-07-25 21:36:53 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-25 21:36:53 -0500 |
commit | 2ec47dc199559863409216795de7dae00121e4a3 (patch) | |
tree | 2da55281fab9b79445a2ab4d220ea6e023945476 | |
parent | 872d95f7baf9991eb1a1e2075d77e94696acf945 (diff) |
Fix niri autostarts for master
-rw-r--r-- | niri/config.kdl | 8 |
1 files 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. |