sites

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

index.md (1030B)


      1 focusmaster
      2 ===========
      3 
      4 Description
      5 -----------
      6 Switch focus to the (tiled) master client from anywhere in the stack.
      7 
      8 focusmaster-return
      9 ------------------
     10 Switch to the master from anywhere in the stack, when the master is selected
     11 return to the client switched from using the same keybind.
     12 
     13 Configuration
     14 -------------
     15 Add the following line to the keys array in your config.h (or config.def.h) to bind Mod+Ctrl+Space to focusmaster.
     16 
     17 	{ MODKEY|ControlMask,           XK_space,  focusmaster,    {0} },
     18 
     19 Download
     20 --------
     21 * [dwm-focusmaster-20200717-bb2e722.diff](dwm-focusmaster-20200717-bb2e722.diff) (2020.07.17)
     22 * [dwm-focusmaster-20210804-138b405.diff](dwm-focusmaster-20210804-138b405.diff) (2021.08.04)
     23 
     24 
     25 * [dwm-focusmaster-return-6.2.diff](dwm-focusmaster-return-6.2.diff) (2021.08.27)
     26 * [dwm-focusmaster-return-20210804-138b405.diff](dwm-focusmaster-return-20210804-138b405.diff) (2021.08.04)
     27 
     28 Author
     29 ------
     30 * Mateus Auler - <mateusauler at protonmail dot com>
     31 * Jack Bird - <jack.bird@dur.ac.uk> (focusmaster return)