change xresources font and cursor
This commit is contained in:
parent
54458ac156
commit
0c25339905
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
!! Set cursor size (Check GTK in .config too):
|
!! Set cursor size (Check GTK in .config too):
|
||||||
Xcursor.size: 24
|
Xcursor.size: 24
|
||||||
|
Xcursor.theme: Fluent-dark-cursors
|
||||||
!! Set transparency (0-1):
|
!! Set transparency (0-1):
|
||||||
*.alpha: 0.8
|
*.alpha: 0.8
|
||||||
|
|
||||||
!! Set a default font and font size:
|
!! Set a default font and font size:
|
||||||
*.font: FiraCode Nerd Font Mono:pixelsize=14:antialias=true:autohint=true;
|
*.font: JetBrainsMono Nerd Font Mono:pixelsize=14:antialias=true:autohint=true;
|
||||||
|
|
||||||
/* name dark light */
|
/* name dark light */
|
||||||
/* black 0 8 */
|
/* black 0 8 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue