diff options
| author | adikro <adikro@disroot.org> | 2025-11-19 19:44:35 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-19 19:44:35 +0100 |
| commit | e1f486563c722b3fa9f4d481feb874998e7b7da3 (patch) | |
| tree | 2de566b1de867d0c78c00f4e24d55b2fa1461b8e /home | |
| parent | 96bf05e6a431f68f785296e398c725c071fe324e (diff) | |
more niri stuff
Diffstat (limited to 'home')
| -rw-r--r-- | home/home.nix | 1 | ||||
| -rw-r--r-- | home/wayland/niri/niri.nix | 10 | ||||
| -rw-r--r-- | home/wayland/noctalia.nix | 6 |
3 files changed, 6 insertions, 11 deletions
diff --git a/home/home.nix b/home/home.nix index 1e3b793..43ac67c 100644 --- a/home/home.nix +++ b/home/home.nix @@ -38,6 +38,7 @@ fastfetch foot wofi + inputs.prismlauncher.packages.${pkgs.stdenv.hostPlatform.system}.prismlauncher inputs.awww.packages.${pkgs.stdenv.hostPlatform.system}.awww bitwarden-desktop yt-dlp-light diff --git a/home/wayland/niri/niri.nix b/home/wayland/niri/niri.nix index 39143e4..e57a72f 100644 --- a/home/wayland/niri/niri.nix +++ b/home/wayland/niri/niri.nix @@ -10,7 +10,7 @@ accel-profile = "flat"; accel-speed = -0.6; middle-emulation = true; - scroll-factor = 1.3; + scroll-factor = 1.75; }; focus-follows-mouse = { enable = true; @@ -19,8 +19,8 @@ mod-key = "Alt"; keyboard = { xkb.layout = "pl"; - repeat-delay = 500; - repeat-rate = 50; + repeat-delay = 400; + repeat-rate = 60; }; power-key-handling.enable = false; }; @@ -38,8 +38,7 @@ }; cursor = { hide-when-typing = true; - hide-after-inactive-ms = 10000; - size = 14; + size = 16; # theme = ""; }; layout = { @@ -66,7 +65,6 @@ gaps-between-tabs = 3; position = "top"; }; - empty-workspace-above-first = true; }; spawn-at-startup = [ { command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; } diff --git a/home/wayland/noctalia.nix b/home/wayland/noctalia.nix index e51a09a..e0b402d 100644 --- a/home/wayland/noctalia.nix +++ b/home/wayland/noctalia.nix @@ -1,11 +1,7 @@ -{ pkgs, inputs, ... }: +{ inputs, ... }: { imports = [ inputs.noctalia.homeModules.default ]; - programs.noctalia-shell.package = inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default.override { - quickshell = inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.quickshell; - }; - programs.noctalia-shell = { enable = true; }; |
