dotfiles

personal configuration files and scripts
git clone https://tongong.net/git/dotfiles.git
Log | Files | Refs | README

README.md (3484B)


      1 # suckless
      2 
      3 This repository contains all my builds of suckless (and suckless-like (and all
      4 other kinds of)) programs.
      5 
      6 I wanted to have all these programs in one repo but the problem is that it is
      7 now extremely hard to pull upstream changes. I will probably switch to
      8 something like `git subtree` in the future.
      9 
     10 
     11 ## backlight-control
     12 - from https://github.com/Hendrikto/backlight_control
     13 - renamed from `backlight_control` to `backlight-control`
     14 - added `backlight-control get` command
     15 - added option to update my statusbar after changes
     16 
     17 ## clipmenu & clipnotify
     18 - not modified by me, but it's there nevertheless lol
     19 
     20 ## diary
     21 - taken from https://github.com/synox/diary
     22 - added Makefile
     23 - added `diary-list` command and integration for `diary-print` and `diary-edit`
     24   when no arguments are given
     25 - added `diary-new` command to entries with the text editor
     26 
     27 ## dmenu 5.0
     28 - https://tools.suckless.org/dmenu/patches/case-insensitive/
     29 - https://tools.suckless.org/dmenu/patches/password/ with `*` instead of `.`
     30 - https://tools.suckless.org/dmenu/patches/initialtext/
     31 - my own version of `dmenu_run` which starts some programs in the terminal (see
     32   `config/dmenu/terminal`)
     33 
     34 ## dsblocks
     35 - custom blocks
     36 
     37 ## dwm 6.2
     38 - official patches
     39     - https://dwm.suckless.org/patches/actualfullscreen/
     40     - https://dwm.suckless.org/patches/autostart/
     41     - https://dwm.suckless.org/patches/alpha/dwm-fixborders-6.2.diff
     42     - https://dwm.suckless.org/patches/pertag/
     43     - https://dwm.suckless.org/patches/restartsig/
     44     - https://dwm.suckless.org/patches/rotatestack/
     45     - https://dwm.suckless.org/patches/statusallmons/
     46     - https://dwm.suckless.org/patches/vanitygaps/
     47     - https://dwm.suckless.org/patches/warp/
     48     - http://dwm.suckless.org/patches/zoomswap/
     49     - http://dwm.suckless.org/patches/scratchpad/
     50     - http://dwm.suckless.org/patches/swallow/
     51     - dwm-dwmblocks patch (without systray) see
     52       https://github.com/ashish-yadav11/dwmblocks/blob/master/patches/dwm-dwmblocks-6.2.diff
     53       (I modified this version to work with `dsblocks`, so it's more like
     54       https://github.com/ashish-yadav11/dsblocks/blob/master/patches/dwm-dsblocks-6.2.diff )
     55 - my own patches
     56     - activetagindicator-patch; inspired by
     57       https://dwm.suckless.org/patches/activetagindicatorbar/
     58     - modified version of https://dwm.suckless.org/patches/fsignal/ to set the
     59       title bar text (for statnot)
     60     - I created patch files for these two patches but I did not start with a
     61       clean build. So the line numbers and maybe (hopefully not!) also the
     62       surrounding code won't be correct. Manual patching will very likely be
     63       required to apply these.
     64 
     65 ## dwmblocks
     66 - for blocks see `dwm/blocks` (from repository root folder)
     67 
     68 ## passmenu-plus
     69 - extension of the standard passmenu
     70 - added ability to not only type password but also login or login and password
     71 
     72 ## pinentry-dmenu
     73 - there are so many different versions of this...
     74 - this is the one from https://github.com/drincoxyz/pinentry-dmenu
     75 - not modified
     76 
     77 ## slock 1.4
     78 - https://tools.suckless.org/slock/patches/dpms/
     79 
     80 ## st 0.8.4
     81 - https://st.suckless.org/patches/alpha/
     82 - https://st.suckless.org/patches/bold-is-not-bright/
     83 - https://st.suckless.org/patches/ligatures/
     84 - https://st.suckless.org/patches/scrollback/ (all of them)
     85 
     86 ## statnot
     87 - also not modified, but who cares
     88 
     89 ## sxiv 26
     90 - added better color support to make the bar the same color as the background;
     91   see https://github.com/muennich/sxiv/issues/339