mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Editing border and gap settings.
This commit is contained in:
@@ -124,7 +124,7 @@ cursor {
|
||||
// https://yalter.github.io/niri/Configuration:-Layout
|
||||
layout {
|
||||
// Set gaps around windows in logical pixels.
|
||||
gaps 16
|
||||
gaps 12
|
||||
|
||||
// When to center a column when changing focus, options are:
|
||||
// - "never", default behavior, focusing an off-screen column will keep at the left
|
||||
@@ -172,7 +172,7 @@ layout {
|
||||
// off
|
||||
|
||||
// How many logical pixels the ring extends out from the windows.
|
||||
width 4
|
||||
width 3
|
||||
|
||||
// Colors can be set in a variety of ways:
|
||||
// - CSS named colors: "red"
|
||||
@@ -210,7 +210,7 @@ layout {
|
||||
// If you enable the border, you probably want to disable the focus ring.
|
||||
off
|
||||
|
||||
width 4
|
||||
width 3
|
||||
active-color "#ffc87f"
|
||||
inactive-color "#282c34"
|
||||
|
||||
@@ -371,8 +371,8 @@ window-rule {
|
||||
|
||||
// Example: enable rounded corners for all windows.
|
||||
// (This example rule is commented out with a "/-" in front.)
|
||||
/-window-rule {
|
||||
geometry-corner-radius 12
|
||||
window-rule {
|
||||
geometry-corner-radius 6
|
||||
clip-to-geometry true
|
||||
}
|
||||
|
||||
@@ -606,3 +606,5 @@ binds {
|
||||
// moving the mouse or pressing any other key.
|
||||
Ctrl+Alt+P { power-off-monitors; }
|
||||
}
|
||||
|
||||
include "dms/cursor.kdl"
|
||||
|
||||
Reference in New Issue
Block a user