arch/private_dot_config/niri/config.kdl
lew 87385dd415 Update .config/DankMaterialShell/firefox.css
Update .config/niri/binds.kdl
Update .config/niri/config.kdl
Update .config/niri/startup.kdl
Update .config/nvim/lua/plugins/dankcolors.lua
2026-03-20 17:12:51 +00:00

58 lines
1.1 KiB
Text

include "input.kdl"
include "workspaces.kdl"
include "overview.kdl"
include "animations.kdl"
include "binds.kdl"
include "windowrules.kdl"
include "startup.kdl"
include "recentwindows.kdl"
include "dms/colors.kdl"
include "dms/cursor.kdl"
include "dms/outputs.kdl"
environment {
QT_QPA_PLATFORM "wayland"
QT_QPA_PLATFORMTHEME "gtk3"
ELECTRON_OZONE_PLATFORM_HINT "auto"
}
// https://yalter.github.io/niri/Configuration:-Layout
layout {
gaps 2
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 2
spread 2
offset x=3 y=3
}
struts {
left 3
right 3
}
}
prefer-no-csd
screenshot-path "~/pictures/screenshot %Y-%m-%d %H-%M-%S.png"