Compare commits
2 commits
a4bed9b909
...
f572060942
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f572060942 | ||
|
|
44a540fa6e |
3 changed files with 6 additions and 6 deletions
|
|
@ -27,13 +27,13 @@ env = COLOR_SCHEME,prefer-dark
|
|||
cursor {
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
env = XCURSOR_THEME,Volantes Cursors
|
||||
env = XCURSOR_SIZE,24
|
||||
# env = XCURSOR_THEME,Volantes Cursors
|
||||
# env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_THEME,Volantes Cursors
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
exec-once = hyprctl setcursor $cursorTheme $cursorSize
|
||||
exec-once = gsettings set org.gnome.desktop.interface cursor-theme '$cursorTheme'
|
||||
exec-once = gsettings set org.gnome.desktop.interface cursor-size $cursorSize
|
||||
# exec-once = gsettings set org.gnome.desktop.interface cursor-theme '$cursorTheme'
|
||||
# exec-once = gsettings set org.gnome.desktop.interface cursor-size $cursorSize
|
||||
|
||||
# Fonts
|
||||
env = FONT_NAME,JetBrainsMono Nerd Font 24
|
||||
|
|
|
|||
2
nvim
2
nvim
|
|
@ -1 +1 @@
|
|||
Subproject commit e2775e7ac161384e5397ec76f3bf88b594b080c7
|
||||
Subproject commit b6b0a40a849c731595e12431539148a4dd5803fe
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 22cf6cc53e2bc55504cadd785f96d5d56eb42423
|
||||
Subproject commit 450ff7a50316156b224348195b49e562bc980bcf
|
||||
Loading…
Add table
Reference in a new issue