summaryrefslogtreecommitdiff
path: root/.config/niri/config.kdl
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-08-27 11:50:43 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-08-27 11:50:43 +0700
commit6fc7f49449cb237e1aa37eb1025461fe3ea39589 (patch)
treeceebc8a65556830627a4546da57e30e72945175e /.config/niri/config.kdl
parentcc7b61a1496d25a100f012300c1121835a9f8177 (diff)
.
Diffstat (limited to '.config/niri/config.kdl')
-rw-r--r--.config/niri/config.kdl12
1 files changed, 9 insertions, 3 deletions
diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl
index 72b0fbb..5658f5f 100644
--- a/.config/niri/config.kdl
+++ b/.config/niri/config.kdl
@@ -2,6 +2,7 @@
include optional=true "/home/seraphim/.cache/wallust/niri-theme.kdl"
spawn-at-startup "xrdb" "-merge" "/home/seraphim/.Xresources"
//--- Apps startup
+spawn-at-startup "nextdns" "start"
spawn-at-startup "/usr/libexec/hyprpolkitagent"
spawn-at-startup "vicinae" "server"
spawn-at-startup "gentoo-pipewire-launcher"
@@ -15,6 +16,7 @@ spawn-at-startup "sh" "-c" "$HOME/.config/niri/apply-colors.sh"
//--- Dbus & darkman
spawn-at-startup "dbus-update-activation-environment" "WAYLAND_DISPLAY" "DISPLAY" "XDG_CURRENT_DESKTOP"
spawn-at-startup "darkman" "run"
+spawn-at-startup "mako"
spawn-at-startup "sh" "-c" "NO_AT_BRIDGE=1 waybar"
prefer-no-csd
@@ -67,7 +69,7 @@ output "HDMI-A-1" {
}
layout {
- gaps 0.5
+ gaps 0
center-focused-column "never"
preset-column-widths {
@@ -79,11 +81,12 @@ layout {
default-column-width { proportion 0.5; }
focus-ring {
- width 2
+ width 1
}
border {
- off //width 0.5
+ off
+ //width 0.5
//active-color "#ffc87f"
//inactive-color "#505050"
//urgent-color "#9b0000"
@@ -240,6 +243,9 @@ binds {
Mod+Ctrl+K { move-window-up; }
Mod+Ctrl+L { move-column-right; }
+ Mod+Comma { consume-or-expel-window-left; }
+ Mod+Period { consume-or-expel-window-right; }
+
Mod+Home { focus-column-first; }
Mod+End { focus-column-last; }
Mod+Ctrl+Home { move-column-to-first; }