niri/.config/niri/theme.kdl (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
prefer-no-csd
cursor {
xcursor-theme "Banana"
xcursor-size 40
//hide-when-typing
hide-after-inactive-ms 1000
}
layout {
gaps 0
center-focused-column "never"
always-center-single-column
empty-workspace-above-first
struts {
left 0
right 0
top 0
bottom 0
}
preset-column-widths {
proportion 0.5
proportion 1.0
}
default-column-width { proportion 0.5; }
focus-ring {
off
}
border {
on
width 4
active-color "#ffc87f"
inactive-color "#505050"
}
}
window-rule {
geometry-corner-radius 12
clip-to-geometry true
}
animations {
off
slowdown 0.5
}
hotkey-overlay {
skip-at-startup
}
gestures {
hot-corners {
off
}
}
|