diff options
author | zachir <zachir@librem.one> | 2025-08-01 00:09:36 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-01 00:09:36 -0500 |
commit | e3d694b9814a190dc747f3cc35e1202622e19d38 (patch) | |
tree | fa956d8a229478b6444a3c9adfb9ac1291591576 | |
parent | 8444de66c4cf678935adc744a402e25d57bb4ca1 (diff) |
Use dinit to start hyprpaper and hypridle
-rw-r--r-- | hypr/hyprland.conf | 6 | ||||
-rw-r--r-- | niri/config.kdl | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 43e3c65..0622bb6 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -9,10 +9,10 @@ monitor = , preferred, auto, 1 # Execute your favorite apps at launch # exec-once = waybar & hyprpaper & firefox exec-once = hyprpm reload -n -exec-once = dinit +#exec-once = dinit exec-once = xdph -#exec-once = hyprpaper -#exec-once = hypridle +exec-once = dinitctl start hyprpaper.user +exec-once = dinitctl start hypridle.user exec-once = waybar exec-once = pypr exec-once = hyprscratch init diff --git a/niri/config.kdl b/niri/config.kdl index 179a23e..07783fb 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -271,10 +271,9 @@ 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" -spawn-at-startup "hyprpaper" -spawn-at-startup "hypridle" +spawn-at-startup "dinitctl start hyprpaper" +spawn-at-startup "dinitctl start hypridle" spawn-at-startup "dunst" spawn-at-startup "xwayland-satellite" |