diff options
| author | filip <“filip.rabiega@gmail.com”> | 2026-02-09 20:45:04 +0100 |
|---|---|---|
| committer | filip <“filip.rabiega@gmail.com”> | 2026-02-09 20:45:04 +0100 |
| commit | 0ef5c9a372e245c894288e41871ab1e0487f495c (patch) | |
| tree | 66d163dbf14b3f7b839551368624c38d9c4aca9f /.config/x11/xresources | |
| parent | f26c5bee89687609ccf7f83e06a9454610325c67 (diff) | |
| download | dotfiles-0ef5c9a372e245c894288e41871ab1e0487f495c.tar.gz dotfiles-0ef5c9a372e245c894288e41871ab1e0487f495c.tar.bz2 dotfiles-0ef5c9a372e245c894288e41871ab1e0487f495c.zip | |
add xresources
Diffstat (limited to '.config/x11/xresources')
| -rw-r--r-- | .config/x11/xresources | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/x11/xresources b/.config/x11/xresources new file mode 100644 index 0000000..6e9af40 --- /dev/null +++ b/.config/x11/xresources @@ -0,0 +1,15 @@ +!! Transparency (0-1): +*.alpha: 0.8 + +!! Set a default font and font size as below: +*.font: monospace:size=10 + +!! Change how fonts are rasterized: +Xft.antialias: 1 +Xft.hinting: 1 +Xft.hintstyle: hintfull +Xft.rgba: rgb + +!! Mouse cursor +Xcursor.theme: Adwaita +Xcursor.size: 24 |
