mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45: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+5".action = niri.focus-workspace workspace4;
|
||||||
|
|
||||||
"Super+c".action = niri.focus-column-or-monitor-left;
|
"Super+c".action = niri.focus-column-or-monitor-left;
|
||||||
"Super+a".action = niri.focus-window-or-monitor-up;
|
"Super+a".action = niri.focus-window-or-workspace-up;
|
||||||
"Super+e".action = niri.focus-window-or-monitor-down;
|
"Super+e".action = niri.focus-window-or-workspace-down;
|
||||||
"Super+i".action = niri.focus-column-or-monitor-right;
|
"Super+i".action = niri.focus-column-or-monitor-right;
|
||||||
|
|
||||||
"Super+Shift+t".action = niri.spawn "ghostty";
|
"Super+Shift+t".action = niri.spawn "ghostty";
|
||||||
|
@ -160,8 +160,12 @@ in
|
||||||
|
|
||||||
"Ctrl+Alt+c".action = niri.move-column-left;
|
"Ctrl+Alt+c".action = niri.move-column-left;
|
||||||
"Ctrl+Alt+i".action = niri.move-column-right;
|
"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 = {
|
outputs = {
|
||||||
"DP-1" = {
|
"DP-1" = {
|
||||||
background-color = makeColour el.base02;
|
background-color = makeColour el.base02;
|
||||||
|
@ -286,15 +290,7 @@ in
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
clip-to-geometry = true;
|
clip-to-geometry = true;
|
||||||
focus-ring = {
|
focus-ring.enable = false;
|
||||||
active.color = makeColour el.base0E;
|
|
||||||
inactive.color = makeColour el.base02;
|
|
||||||
};
|
|
||||||
border = {
|
|
||||||
width = 1;
|
|
||||||
active.color = makeColour el.base0E;
|
|
||||||
inactive.color = makeColour el.base02;
|
|
||||||
};
|
|
||||||
geometry-corner-radius =
|
geometry-corner-radius =
|
||||||
let
|
let
|
||||||
radius = 10.0;
|
radius = 10.0;
|
||||||
|
@ -309,14 +305,13 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
|
border = {
|
||||||
|
enable = true;
|
||||||
|
width = 2;
|
||||||
|
active.color = makeColour el.base0E;
|
||||||
|
inactive.color = makeColour el.base02;
|
||||||
|
};
|
||||||
gaps = 10;
|
gaps = 10;
|
||||||
focus-ring.enable = true;
|
|
||||||
# struts = {
|
|
||||||
# top = 0;
|
|
||||||
# bottom = 0;
|
|
||||||
# left = 0;
|
|
||||||
# right = 0;
|
|
||||||
# };
|
|
||||||
shadow = {
|
shadow = {
|
||||||
enable = true;
|
enable = true;
|
||||||
color = el.base11;
|
color = el.base11;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue