add niri
This commit is contained in:
parent
9be597750d
commit
00ca4baa74
41 changed files with 795 additions and 113 deletions
35
home/afoucaultc/packages/niri/conf/misc.nix
Normal file
35
home/afoucaultc/packages/niri/conf/misc.nix
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.niri.settings = {
|
||||
prefer-no-csd = true;
|
||||
screenshot-path = "~/Screenshots/%Y-%m-%d %H-%M-%S.png";
|
||||
spawn-at-startup = [
|
||||
{
|
||||
command = [
|
||||
"swaybg"
|
||||
"-i"
|
||||
"~/nixos-config/dotfiles/hypr/wallpaper/nix-wallpaper.png"
|
||||
];
|
||||
}
|
||||
];
|
||||
environment = {
|
||||
DISPLAY = null;
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
};
|
||||
cursor = {
|
||||
xcursor-theme = "Bibata-Modern-Ice";
|
||||
xcursor-size = 24;
|
||||
hide-when-typing = true;
|
||||
hide-after-inactive-ms = null;
|
||||
};
|
||||
|
||||
xwayland-satellite = {
|
||||
enable = true;
|
||||
path = "xwayland-satellit";
|
||||
};
|
||||
clipboard.disable-primary = false;
|
||||
hotkey-overlay.skip-at-startup = false;
|
||||
overview.zoom = 0.5;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue