config.anselm.h
changeset 1141 fa19c918d250
parent 1140 a3a1d5c8a9ec
child 1147 def76530f636
equal deleted inserted replaced
1140:a3a1d5c8a9ec 1141:fa19c918d250
    69 	/* monocle area */
    69 	/* monocle area */
    70 	mox = mx;
    70 	mox = mx;
    71 	moy = my;
    71 	moy = my;
    72 	mow = mw;
    72 	mow = mw;
    73 	moh = mh;
    73 	moh = mh;
    74 
       
    75 	updatebarpos();
       
    76 }
    74 }
    77 
    75 
    78 void
    76 void
    79 anselmgeoms(const char *arg) {
    77 anselmgeoms(const char *arg) {
    80 	setgeoms = setanselmgeoms;
    78 	setgeoms = setanselmgeoms;
    81 	setgeoms();
    79 	setgeoms();
       
    80 	updatebarpos();
    82 	setlayout("[]|");
    81 	setlayout("[]|");
    83 }
    82 }
    84 
    83 
    85 void
    84 void
    86 defgeoms(const char *arg) {
    85 defgeoms(const char *arg) {
    87 	setgeoms = setdefaultgeoms;
    86 	setgeoms = setdefaultgeoms;
    88 	setgeoms();
    87 	setgeoms();
       
    88 	updatebarpos();
    89 	setlayout("[]=");
    89 	setlayout("[]=");
    90 }
    90 }
    91 
    91 
    92 /* key definitions */
    92 /* key definitions */
    93 #define MODKEY			Mod1Mask
    93 #define MODKEY			Mod1Mask