finalising niri config on io

This commit is contained in:
William 2025-10-20 14:10:18 -03:00
parent 8600145275
commit 6d3ceccf93
7 changed files with 51 additions and 3 deletions

View file

@ -1,4 +1,9 @@
{ inputs, pkgs, ... }:
{
config,
inputs,
pkgs,
...
}:
{
fonts.fontconfig.enable = true;
@ -18,6 +23,7 @@
sha256 = "sha256:0g2lgqjdrn3c51glry7x2z30y7ml0y61arl5ykmf4yj0p85s5f41";
}}";
bell-features = "border";
gtk-titlebar-style = "tabs";
keybind = [ "shift+enter=esc:\\x1b[13;2u" ];
};
};
@ -42,4 +48,9 @@
gtk-decoration-layout = "appmenu:";
};
};
xdg = {
enable = true;
userDirs.enable = true;
};
}

View file

@ -150,6 +150,7 @@ in
Ctrl+Alt+Shift+A allow-when-locked=true { spawn "toggleaudiosink"; }
Mod+W repeat=false { toggle-overview; }
Mod+Q { close-window; }
Alt+Shift+Q { close-window;}
Super+Shift+L hotkey-overlay-title="Lock Screen" { spawn "dms" "ipc" "call" "lock" "lock"; }
Mod+Shift+Q { close-window; }
Mod+V hotkey-overlay-title="Clipboard Manager" { spawn "dms" "ipc" "call" "clipboard" "toggle"; }