1
0
mirror of https://github.com/gryf/urxvt-wrapper.git synced 2025-12-17 11:30:21 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
648ac6ff02 Added argument parsing 2021-02-17 21:56:36 +01:00
c2f70a33b9 Added python script for running urxvt. 2021-02-17 17:24:52 +01:00
684c2297ba Added DejaVu Sans font for glyph completeness. 2021-02-16 20:22:03 +01:00
a3a15063c3 Remove unused fixed size template, removed commented code. 2021-02-16 20:20:36 +01:00
fe6e556284 Introduced additional fonts for symbols and emoji.
Using some of the nerd fonts[1] urxvt can display glyphs, which are
available there, but still, there is a several other glyphs, which are
defined in different font files, than Deja Vu, which I'm using as a main
scalable font.

Moreover, I really like to use Fixed Misc[2] from Xorg, since it's crisp
and readable.

In this commit, urxvt will have a list of fonts passed to, instead of
only one, to have greater number of glyphs to display.

[1] https://www.nerdfonts.com/
[2] https://gitlab.freedesktop.org/xorg/font/font-misc-misc
2021-01-27 22:32:33 +01:00
40c12d7671 Run urxvt in daemon mode. 2020-11-15 18:46:13 +01:00
dd7225c6eb Reorganized parameters passed to the urxvt. 2020-11-15 18:42:13 +01:00
07a60958ae Fixed some bashate warnings. 2020-10-19 17:35:42 +02:00
b8cb3cb88a Rename tabbed to tabbedalt. 2020-07-18 10:15:22 +02:00
b782e751e1 Change fixed font size from points to pixels.
Also, changed plugin for font size from urxvt-font[1] to font-size[2].

[1] https://github.com/noah/urxvt-font
[2] https://github.com/majutsushi/urxvt-font-size
2020-01-29 11:28:12 +01:00
8b1ae39d49 initial import 2020-01-27 07:09:21 +01:00