diff options
Diffstat (limited to 'niri/config.kdl')
-rw-r--r-- | niri/config.kdl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/niri/config.kdl b/niri/config.kdl index 16e8c11..07783fb 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -71,7 +71,7 @@ input { // Find more information on the wiki: // https://github.com/YaLTeR/niri/wiki/Configuration:-Outputs // Remember to uncomment the node by removing "/-"! -/-output "eDP-1" { +output "eDP-1" { // Uncomment this line to disable this output. //off @@ -272,8 +272,8 @@ layout { // This line starts waybar, a commonly used bar for Wayland compositors. 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" |