diff options
-rw-r--r-- | niri/config.kdl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/niri/config.kdl b/niri/config.kdl index 9950d77..4ee1a8a 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -16,7 +16,7 @@ input { // layout "us,ru" // options "grp:win_space_toggle,compose:ralt,ctrl:nocaps" layout "us" - options "escape:nocaps" + options "caps:escape" } // Enable numlock on startup, omitting this setting disables it. @@ -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. |