patches

Patches for various other programs
git clone https://git.regexghost.com/patches.git
Log | Files | Refs | README

README.md (1666B)


      1 # patches
      2 
      3 Patches I have made for various other programs
      4 
      5 Note: Doesn't include suckless programs as I have separate repos for my builds of those
      6 
      7 ## Lemonbar-xft
      8 
      9 https://github.com/silentz/lemonbar-xft
     10 
     11 Adds font offset support per-font
     12 
     13 Patch from https://github.com/drscream/lemonbar-xft slightly modified
     14 
     15 ## oksh
     16 
     17 https://github.com/ibara/oksh
     18 
     19 Case insensitive auto-complete, and removing certain commands from history file
     20 
     21 New patch for adding ctrl-backspace and ctrl-delete to emacs mode (default mode)
     22 
     23 ## nano
     24 
     25 https://www.nano-editor.org/
     26 
     27 Added a new keybinding, `copysystem`, which copies marked/selected text to the system clipboard
     28 
     29 ## pipe-viewer
     30 
     31 https://github.com/trizen/pipe-viewer
     32 
     33 :copy=i command to copy links to clipboard
     34 
     35 ## less
     36 
     37 https://github.com/gwsw/less
     38 
     39 bsu and esu sync signals, not perfectly implemented but it works
     40 
     41 ## JWM
     42 
     43 https://github.com/joewing/jwm
     44 
     45 Swap order of window hiding/unhiding on desktop change, and don't use border colour for window background, reduces flicker without compositor
     46 
     47 Disable caps lock line to fix a bug where keyboard shortcuts don't work if you have caps lock and escape swapped
     48 
     49 Similar to dwm, don't map/unmap windows when changing desktop, just move off screen
     50 
     51 Apply tiled to windows, only if centered not also specified. Allows me to use tiled for all windows except those in a centered group
     52 
     53 ## Cubiomes Viewer
     54 
     55 A patch to change the temperature value from `-10` to `-9`, has the effect of reducing biome temperature clustering. e.g. no 2000x block wide tundras. Patch for cubiomes viewer to match with a datapack, so you can accurately hunt for seeds
     56 
     57 ## To Do
     58 
     59 * JWM window swallowing