sites

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

index.md (733B)


      1 canfocusfloating
      2 ================
      3 
      4 Description
      5 -----------
      6 Patch that allows disabling/enabling focus on floating clients. (when enabled, if you try to focus next/previous client in current tag, all floating clients will be skipped)
      7 
      8 * If floating client is selected while toggle is pressed, then master client is focused
      9 * On re-enabling focus, first floating client is focused
     10 * When user toggle floating of new client, if focus on floating clients was disabled, it will be removed
     11 
     12 Inspired by [canfocusrule](https://dwm.suckless.org/patches/canfocusrule/) patch
     13 
     14 Download
     15 --------
     16 * [dwm-canfocusfloating-20210724-b914109.diff](dwm-canfocusfloating-20210724-b914109.diff)
     17 
     18 Authors
     19 -------
     20 * Georgios Oxinos - <oxinosg@gmail.com>