small pixel drawing of a pufferfish dotfiles

qweh
Jes Olson j3s@c3f.net
Sun, 23 Mar 2025 14:09:24 -0500
commit

7ca7bf7ce7d6df7735383cb25defe23c495c7d2f

parent

4cd57826229fb773282a6f4a82c1d1994a008dc8

1 files changed, 6 insertions(+), 1 deletions(-)

jump to
M .config/niri/config.kdl.config/niri/config.kdl

@@ -103,6 +103,11 @@ // automatically.

position x=1280 y=0 } +output "DP-3" { + transform "normal" + mode "1920x1020" +} + layout { // By default focus ring and border are rendered as a solid background rectangle // behind windows. That is, they will show up through semitransparent windows.

@@ -555,7 +560,7 @@ // since it will switch twice upon pressing the hotkey (once by xkb, once by niri).

// Mod+Space { switch-layout "next"; } // Mod+Shift+Space { switch-layout "prev"; } - Print { screenshot; } + Mod+Shift+S { screenshot; } Ctrl+Print { screenshot-screen; } Alt+Print { screenshot-window; }