yazi updates

This commit is contained in:
Matt Nish-Lapidus 2025-05-29 11:42:59 -04:00
parent 7a0a8537b9
commit 67248e038d
3 changed files with 43 additions and 24 deletions

View file

@ -74,7 +74,7 @@ in
width = 2560;
height = 1600;
};
background-color = strPalette.normal.background;
# background-color = strPalette.normal.background;
scale = 1;
variable-refresh-rate = true;
};
@ -84,12 +84,12 @@ in
width = 3840;
height = 2160;
};
background-color = strPalette.normal.background;
# background-color = strPalette.normal.background;
scale = 1;
};
"HDMI-A-1" = {
background-color = strPalette.normal.background;
# background-color = strPalette.normal.background;
scale = 1;
};
@ -110,11 +110,14 @@ in
animations.slowdown = 1.0;
overview = {
backdrop-color = "black";
};
layout = {
gaps = 6;
center-focused-column = "never";
always-center-single-column = true;
preset-column-widths = [
{ proportion = 0.33333; }
{ proportion = 0.5; }
@ -158,6 +161,13 @@ in
};
};
# layer-rules = [
# {
# matches = [ { namespace="^wpaperd$"; } ];
# place-within-backdrop = true;
# }
# ];
window-rules = [
# global window rule for shared config
{
@ -489,8 +499,14 @@ in
"Mod+X".action = switch-focus-between-floating-and-tiling;
"Mod+S".action = focus-workspace "scratchpad";
"Mod+Print".action = screenshot;
"Mod+Shift+Print".action = spawn "/home/emenel/.local/bin/niri-screenshot-window";
"Mod+Print" = {
action = screenshot;
hotkey-overlay.title = "Screenshot";
};
"Mod+Shift+Print" = {
action = spawn "/home/emenel/.local/bin/niri-screenshot-window";
hotkey-overlay.title = "Screenshot Window";
};
# The quit action will show a confirmation dialog to avoid accidental exits.

View file

@ -11,3 +11,6 @@ active = { fg = "blue", bg = "#282C34" }
inactive = { fg = "#666666", bg = "#111111", dim = true }
sep_inner = { open = " ", close = " " }
sep_outer = { open = " ", close = " " }
[mgr]
border_style = { fg = "#333333" }