sites

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

index.md (560B)


      1 Run GO menu immediately at startup
      2 ====================================
      3 
      4 Description
      5 -----------
      6 
      7 This patch adds options to start surf right into the GO menu.
      8 
      9 I like to use this in combination with patches `bookmarking` and
     10 `search engines`.
     11 
     12 It can be enabled either by setting 
     13 ```
     14 static int startgo = 1;
     15 ```
     16 in `config.def.h` and recompiliing, or through the 
     17 command-line option `-h`:
     18 ```
     19 surf -h
     20 ```
     21 
     22 Download
     23 --------
     24 
     25 * [surf-startgo-20200913-d068a38.diff](surf-startgo-20200913-d068a38.diff)
     26 
     27 Author
     28 ------
     29 
     30 * Luca Wellmeier <luca_wellmeier@gmx.de>