mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: added niri
This commit is contained in:
parent
0e338b0333
commit
0af81166cd
1 changed files with 13 additions and 18 deletions
|
@ -149,8 +149,8 @@ in
|
|||
"Super+5".action = niri.focus-workspace workspace4;
|
||||
|
||||
"Super+c".action = niri.focus-column-or-monitor-left;
|
||||
"Super+a".action = niri.focus-window-or-monitor-up;
|
||||
"Super+e".action = niri.focus-window-or-monitor-down;
|
||||
"Super+a".action = niri.focus-window-or-workspace-up;
|
||||
"Super+e".action = niri.focus-window-or-workspace-down;
|
||||
"Super+i".action = niri.focus-column-or-monitor-right;
|
||||
|
||||
"Super+Shift+t".action = niri.spawn "ghostty";
|
||||
|
@ -160,8 +160,12 @@ in
|
|||
|
||||
"Ctrl+Alt+c".action = niri.move-column-left;
|
||||
"Ctrl+Alt+i".action = niri.move-column-right;
|
||||
"Ctrl+Alt+f".action = niri.set-column-width "-10%";
|
||||
"Ctrl+Alt+o".action = niri.set-column-width "+10%";
|
||||
};
|
||||
|
||||
hotkey-overlay.skip-at-startup = true;
|
||||
|
||||
outputs = {
|
||||
"DP-1" = {
|
||||
background-color = makeColour el.base02;
|
||||
|
@ -286,15 +290,7 @@ in
|
|||
}
|
||||
{
|
||||
clip-to-geometry = true;
|
||||
focus-ring = {
|
||||
active.color = makeColour el.base0E;
|
||||
inactive.color = makeColour el.base02;
|
||||
};
|
||||
border = {
|
||||
width = 1;
|
||||
active.color = makeColour el.base0E;
|
||||
inactive.color = makeColour el.base02;
|
||||
};
|
||||
focus-ring.enable = false;
|
||||
geometry-corner-radius =
|
||||
let
|
||||
radius = 10.0;
|
||||
|
@ -309,14 +305,13 @@ in
|
|||
];
|
||||
|
||||
layout = {
|
||||
border = {
|
||||
enable = true;
|
||||
width = 2;
|
||||
active.color = makeColour el.base0E;
|
||||
inactive.color = makeColour el.base02;
|
||||
};
|
||||
gaps = 10;
|
||||
focus-ring.enable = true;
|
||||
# struts = {
|
||||
# top = 0;
|
||||
# bottom = 0;
|
||||
# left = 0;
|
||||
# right = 0;
|
||||
# };
|
||||
shadow = {
|
||||
enable = true;
|
||||
color = el.base11;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue