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 +