set Bibata cursor theme
This commit is contained in:
parent
ceb8a53702
commit
bb74261090
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,9 @@ set $menu dmenu_path | wmenu | xargs swaymsg exec --
|
||||||
# Define browser command
|
# Define browser command
|
||||||
set $browser librewolf
|
set $browser librewolf
|
||||||
|
|
||||||
|
# Define the preferred cursor theme
|
||||||
|
set $cursor Bibata-Modern-Classic
|
||||||
|
|
||||||
|
|
||||||
# Startup applications
|
# Startup applications
|
||||||
#
|
#
|
||||||
|
@ -31,6 +34,9 @@ exec ollama serve
|
||||||
# Run fnott notification daemon
|
# Run fnott notification daemon
|
||||||
exec fnott
|
exec fnott
|
||||||
|
|
||||||
|
# Set desired cursor theme
|
||||||
|
seat seat0 xcursor_theme $cursor
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue