From bb74261090717b573d49ddc670e349ffb6d64edc Mon Sep 17 00:00:00 2001 From: Sencyy Date: Sat, 10 Aug 2024 20:07:18 -0300 Subject: [PATCH] set Bibata cursor theme --- sway/.config/sway/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index b781afa..61147bb 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -22,6 +22,9 @@ set $menu dmenu_path | wmenu | xargs swaymsg exec -- # Define browser command set $browser librewolf +# Define the preferred cursor theme +set $cursor Bibata-Modern-Classic + # Startup applications # @@ -31,6 +34,9 @@ exec ollama serve # Run fnott notification daemon exec fnott +# Set desired cursor theme +seat seat0 xcursor_theme $cursor +