arch/private_dot_config/niri/config.kdl
lew 924ebd5cb9 Update .tmux.conf
Update .config/alacritty/alacritty.toml
Update .config/niri/binds.kdl
Update .config/niri/config.kdl
Update .config/niri/windowrules.kdl
Update .config/nvim/init.lua
2025-12-12 05:10:57 +00:00

56 lines
1.1 KiB
Text

include "input.kdl"
include "output.kdl"
include "overview.kdl"
include "animations.kdl"
include "binds.kdl"
include "windowrules.kdl"
include "startup.kdl"
include "recentwindows.kdl"
include "dms/colors.kdl"
environment {
QT_QPA_PLATFORM "wayland"
QT_QPA_PLATFORMTHEME "gtk3"
ELECTRON_OZONE_PLATFORM_HINT "auto"
}
// https://yalter.github.io/niri/Configuration:-Layout
layout {
gaps 5
center-focused-column "never"
always-center-single-column
preset-column-widths {
proportion 0.25
proportion 0.33333
proportion 0.5
}
default-column-width { proportion 0.33333; }
focus-ring {
off
}
border {
width 2
}
tab-indicator {
hide-when-single-tab
width 4
gap 8
length total-proportion=1.0
position "top"
place-within-column
}
shadow {
on
draw-behind-window false
softness 3
spread 1
offset x=3 y=3
}
struts {
left 16
right 16
}
}
prefer-no-csd
screenshot-path "~/dcim/pictures/screenshots/screenshot from %Y-%m-%d %H-%M-%S.png"