sites

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

index.md (1323B)


      1 default tag applications
      2 ========================
      3 
      4 Description
      5 -----------
      6 This patch is for those who dedicate each tag to certain general tasks.  Tag 1 might be the tag used for all terminal tasks, tag 2 might be for internet/browser things etc.  When you have these tags already mapped out, generally you open one application more than any other in each tag.  This patch aims at harnessing this workflow for improvement of speed and practicality.
      7 
      8 This project is managed and the patch is generated through [this git repo](https://github.com/NlGHT/dwm-default-tag-apps).
      9 
     10 Usage
     11 -----
     12 Setting a key to spawndefault will launch the default application set for the tag you are currently on.  You can set the applications to be run for each tag in `config.h` as seen here:
     13 
     14 `*defaulttagapps[] = { "st", "librewolf", "onlyoffice-desktopeditors", "nautilus", NULL, "lutris", "krita", "ardour", "mirage" };`
     15 
     16 The example keyboard shortcut included is `Mod+s` but of course feel free to change it to whatever you want.
     17 
     18 Currently multi-monitor is supported up to 8.  You can change this by changing the size of `lastchosentag[8]` and `previouschosentag[8]` in `dwm.c`.
     19 
     20 Download
     21 --------
     22 * [dwm-default-tag-apps-20210327-61bb8b2.diff](dwm-default-tag-apps-20210327-61bb8b2.diff)
     23 
     24 Author
     25 ------
     26 * Night - <night@nightmusic.net>
     27