niri: remove focus ring, add maximize keybind, set gaps to 0
This commit is contained in:
+3
-2
@@ -1,12 +1,12 @@
|
||||
layout {
|
||||
gaps 10
|
||||
gaps 0
|
||||
|
||||
border {
|
||||
off
|
||||
}
|
||||
|
||||
focus-ring {
|
||||
width 4
|
||||
off
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,6 +45,7 @@ spawn-at-startup "xwayland-satellite"
|
||||
binds {
|
||||
Mod+Q repeat=false { close-window; }
|
||||
Mod+F { fullscreen-window; }
|
||||
Mod+Z { maximize-column; }
|
||||
|
||||
Mod+Return { spawn "alacritty"; }
|
||||
Mod+D { spawn "wofi" "--show" "drun"; }
|
||||
|
||||
Reference in New Issue
Block a user