diff options
author | Martin Fischer <martin@push-f.com> | 2025-10-05 22:41:34 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-10-05 22:41:34 +0200 |
commit | 5607d62770cd51bcab9e06071845f338ed6e4c20 (patch) | |
tree | 1a11a144b1fab0c355339c63443d1bbf9c2a874c | |
parent | d3f5e35d69e4136caa771eb8c7a5881d6c80f835 (diff) |
fix(workstation): fix missing cursor icons
-rw-r--r-- | nixos/profiles/workstation/graphical.nix | 1 | ||||
-rw-r--r-- | user/sway/config | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/graphical.nix b/nixos/profiles/workstation/graphical.nix index 457c4b7..8058d26 100644 --- a/nixos/profiles/workstation/graphical.nix +++ b/nixos/profiles/workstation/graphical.nix @@ -43,6 +43,7 @@ element-desktop # set and forget + capitaine-cursors-themed # the default cursor theme is missing a bunch of cursors i3status-rust mako poweralertd diff --git a/user/sway/config b/user/sway/config index 3b65353..5698aae 100644 --- a/user/sway/config +++ b/user/sway/config @@ -3,6 +3,8 @@ exec mako # notification daemon exec poweralertd +seat seat0 xcursor_theme "Capitaine Cursors (Gruvbox)" 24 + ### Variables # # Logo key. Use Mod1 for Alt. |