sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (1338B)


      1 clientopacity
      2 =============
      3 
      4 Description
      5 -----------
      6 This patch adds default transparency parameters to config.h which specify the starting transparencies of all windows.
      7 
      8 It also adds opacities to the ruleset, enabling override of the opacities on a per client basis for both focus and unfocus.
      9 
     10 Additionally, it adds some shortcuts:
     11 
     12 * [Alt]+[Shift]+[a] -> increase focus opacity of currently focused window
     13 * [Alt]+[Shift]+[s] -> decrease focus opacity of currently focused window
     14 
     15 * [Alt]+[Shift]+[z] -> increase unfocus opacity of currently focused window
     16 * [Alt]+[Shift]+[x] -> decrease unfocus opacity of currently focused window
     17 
     18 It is based on the transparency patch of Christop Lohmann.
     19 
     20 20220612-d3f93c7 Version
     21 ------------------------
     22 This earlier version restricts control to focussed opacity, and has different default shortcuts:
     23 
     24 * [Alt]+[Shift]+[Numpad_Add] -> increase opacity of currently focused window
     25 * [Alt]+[Shift]+[Numpad_Subtract] -> decrease opacity of currently focused window
     26 
     27 Download
     28 --------
     29 * [dwm-clientopacity-6.4.diff](dwm-clientopacity-6.4.diff)
     30 * [dwm-clientopacity-20220612-d3f93c7.diff](dwm-clientopacity-20220612-d3f93c7.diff)
     31 
     32 Authors
     33 -------
     34 * Fabian Blatz - fabian.blatz at gmail period com
     35 * John Urquhart Ferguson (sympodius) - <mail@sympodius.net> (6.4 port with unfocussed opacity control)