swm

sigma window manager
git clone git://wolog.xyz/swm
Log | Files | Refs | README | LICENSE

config.h (537B)


      1 /*
      2  * Copyright (C) Raymond Cole <rc@wolog.xyz>
      3  * License: GPL-3.0-or-later
      4  *
      5  * Portions of the code are derived from suckless dwm.  See file
      6  * LICENSE-dwm for copyright and license details of those portions.
      7  */
      8 
      9 #define MODMASK Mod4Mask
     10 
     11 #define NOGAPS      0  /* 1 means no gaps initially */
     12 #define TOPBAR      1  /* 0 means bottom bar */
     13 #define SHOWBAR     1  /* 0 means no bar initially */
     14 #define RESIZEHINTS 1  /* 1 means respect size hints in tiled resizals */
     15 
     16 #define TAGS { "1", "2", "3", "4", "5", "6", "7", "8", "9" }