1
0
mirror of https://github.com/gryf/urxvt-wrapper.git synced 2026-04-21 13:41:24 +02:00
Commit Graph

26 Commits

Author SHA1 Message Date
gryf 2c860c11d4 Added readme and license files. 2021-02-20 19:41:38 +01:00
gryf a59072ae82 Fix empty icon detection. 2021-02-20 19:41:19 +01:00
gryf 035a01bef8 Added possibility for passing params to urxvt(c). 2021-02-20 19:06:35 +01:00
gryf 5aef1367c0 Adjusted defaults. 2021-02-20 19:05:56 +01:00
gryf c3b66ba011 Removed shell version of the script. 2021-02-20 12:11:57 +01:00
gryf 54f0c30fd3 Added run command. 2021-02-20 12:11:32 +01:00
gryf 8d647744c8 Corrected params for perl extension and exec. 2021-02-20 12:10:47 +01:00
gryf 8ae8335564 Added/corrected docstrings and comments. 2021-02-20 12:07:17 +01:00
gryf ca0e8dcb22 Use urxvt class to run terminal. 2021-02-19 18:43:22 +01:00
gryf a94f03878a Introducing Font and Urxvt classes.
Currently, all of the functionality lies at most in functions. Now it is
easier for dividing responsibility between the Font and Urxvt classes,
and easier to understand what is going on.
2021-02-19 18:37:07 +01:00
gryf df9deffe85 Removed unused collections module 2021-02-19 18:33:29 +01:00
gryf 2623229b3b Updated and simplified Logger class 2021-02-19 18:33:11 +01:00
gryf 613e733dd4 Added argument parsing and translate them to urxvt execution 2021-02-17 22:00:05 +01:00
gryf e4c0865b2d Added logging functionality 2021-02-17 21:59:19 +01:00
gryf af20376e67 Updated font parsing functions 2021-02-17 21:58:48 +01:00
gryf 648ac6ff02 Added argument parsing 2021-02-17 21:56:36 +01:00
gryf c2f70a33b9 Added python script for running urxvt. 2021-02-17 17:24:52 +01:00
gryf 684c2297ba Added DejaVu Sans font for glyph completeness. 2021-02-16 20:22:03 +01:00
gryf a3a15063c3 Remove unused fixed size template, removed commented code. 2021-02-16 20:20:36 +01:00
gryf 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
gryf 40c12d7671 Run urxvt in daemon mode. 2020-11-15 18:46:13 +01:00
gryf dd7225c6eb Reorganized parameters passed to the urxvt. 2020-11-15 18:42:13 +01:00
gryf 07a60958ae Fixed some bashate warnings. 2020-10-19 17:35:42 +02:00
gryf b8cb3cb88a Rename tabbed to tabbedalt. 2020-07-18 10:15:22 +02:00
gryf 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
gryf 8b1ae39d49 initial import 2020-01-27 07:09:21 +01:00