Use a more consistent cursor setting
This commit is contained in:
parent
4b473b6a71
commit
3e8aa1abcf
3 changed files with 36 additions and 31 deletions
|
@ -79,6 +79,11 @@ in
|
|||
# Wallpaper
|
||||
output."*".bg = if cfg.wallpaper == "" then "#000000 solid_color" else "${cfg.wallpaper} fill";
|
||||
|
||||
### Seats
|
||||
#
|
||||
# Cursor
|
||||
seat."*".xcursor_theme = "${config.xsession.pointerCursor.name} ${toString config.xsession.pointerCursor.size}";
|
||||
|
||||
### Programs
|
||||
#
|
||||
# Terminal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue