diff options
Diffstat (limited to 'niri/config.kdl')
-rw-r--r-- | niri/config.kdl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/niri/config.kdl b/niri/config.kdl index 16e8c11..179a23e 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 @@ -271,6 +271,7 @@ 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" |