sites

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

index.d (780B)


      1 fullscreenmodes
      2 ===============
      3 
      4 Description
      5 -----------
      6 This patch adds keybindings to toggle fullscreen and fake fullscreen
      7 on the focused client. Alternating between the two doesn't cause the
      8 client to leave fullscreen. It also adds fullscreen and fakefullscreen
      9 rules for starting applications in fullscreen.
     10 
     11 Download
     12 --------
     13 * [dwm-fullscreenmodes-20260922-44dbc68.diff](dwm-fullscreenmodes-20260922-44dbc68.diff)
     14 
     15 Notes
     16 -----
     17 Most of the code comes from [actualfullscreen](../actualfullscreen) and [selectivefakefullscreen](../selectivefakefullscreen)
     18 but these patches are not compatible. However the authors of those
     19 projects should get credit for the original fullscreen functionality
     20 that inspired this patch.
     21 
     22 Author
     23 ------
     24 * Niky Kovalski - <nikykovalski@gmail.com>