From 5607d62770cd51bcab9e06071845f338ed6e4c20 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 5 Oct 2025 22:41:34 +0200 Subject: fix(workstation): fix missing cursor icons --- nixos/profiles/workstation/graphical.nix | 1 + user/sway/config | 2 ++ 2 files changed, 3 insertions(+) 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. -- cgit v1.2.3