diff options
author | ZachIR <zachir@librem.one> | 2025-07-25 21:37:12 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-25 21:37:12 -0500 |
commit | 25e6a50a9164d9ed5c3fe0c26da623d90a779405 (patch) | |
tree | 8930492b5e541ee46562db8094a0e622ec9a21d0 | |
parent | ade25086a121e860adec4d0b5ff481711231f5e0 (diff) | |
parent | 2ec47dc199559863409216795de7dae00121e4a3 (diff) |
Merge branch 'master' into car
-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. |