diff options
Diffstat (limited to 'niri/config.kdl')
-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. |