Commit Graph

13 Commits

Author SHA1 Message Date
gryf 84260e6b0d Added patch for wezterm
Added new method for getting seqno field for the pane, which indicates
changes that happened on the pane, storing and comparing this field in
lua config, helps with that task for identifying tabs, which are still
active with those, where activity has stopped already.
2023-08-24 13:48:44 +02:00
gryf 282e1e8a04 Changing directory name for mc 2023-03-23 12:25:50 +01:00
gryf 677efa8e7d Patch for changing mc shortcut was restored in 4.8.29 2023-03-23 12:23:30 +01:00
gryf 2990ddda23 Updated image magic patch 2023-03-17 08:38:36 +01:00
gryf 5077f5ed43 Removed libxf bgra patch, which is not needed anymore 2023-03-17 08:24:34 +01:00
gryf 9c0db26cba Apply BGRA only on libxft-2.3.4 2022-12-02 12:11:24 +01:00
gryf 2d7123288a Bump patch for libxft emoji to 2.3.4. 2022-08-19 21:12:04 +02:00
gryf 26c9958a6e Patch libxft 2.3.3 to support color emoji fonts. 2022-08-19 21:11:12 +02:00
gryf 53fe387433 Patch for distinguish shift-insert/ctrl-v in GTK.
Developers for desktop env like Gnome have wrong impression, that one
clipboard is enough for everybody. There might be true for environments
like MacOS or Windows, but not under X11, where there are three
clipboards, where two of them are accessible using two different
keyboard shortcuts. And they "unified" all of the shortcuts, to the
common lowest denominator and make shoft-insert and ctrl-v behave
exactly the same: paste from the clipboard instead of primary selection,
which I found at least stupid, to be polite.

Note, that this patch will work for most apps using GTK2/GTK3 toolkits,
while there might be other software, which follows this nonsense like
Firefox, so even if it uses GTK underneath, it still breaks the shortcut
key.
2022-08-19 21:02:55 +02:00
gryf a7b165325c Change content of the preview for the font in ImageMagic. 2022-08-19 21:00:55 +02:00
gryf f048196a85 Updated readme file. 2022-08-19 21:00:35 +02:00
gryf 0199fea1ef Change shortcut for sorting files in MC.
I don't really like how the default shortcut for sorting files changed
in mc recently. This patch makes the previous behavior.
2022-08-19 20:59:26 +02:00
gryf 739394f02f Added readme. 2022-08-19 20:54:41 +02:00