swm

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

config.h (709B)


      1 /*
      2  * Copyright (C) Raymond Cole <rc@wolog.xyz>
      3  *
      4  * Licensed under the GNU General Public License; either version 3 of
      5  * the License, or (at your option) any later version.  See the LICENSE
      6  * file for details.
      7  *
      8  * Portions of the code originally belong to dwm as developed by Anselm
      9  * R. Garbe et al.  See LICENSE-dwm for the copyright and license details
     10  * of those portions.
     11  */
     12 
     13 #define MODMASK Mod4Mask
     14 
     15 #define NOGAPS      0  /* 1 means no gaps initially */
     16 #define TOPBAR      1  /* 0 means bottom bar */
     17 #define SHOWBAR     1  /* 0 means no bar initially */
     18 #define RESIZEHINTS 1  /* 1 means respect size hints in tiled resizals */
     19 
     20 #define TAGS { "1", "2", "3", "4", "5", "6", "7", "8", "9" }