dwm.h
changeset 926 6f9cf0cfe278
parent 924 5b1caaa31aba
child 927 60d5a92ce85c
equal deleted inserted replaced
925:10df275327ce 926:6f9cf0cfe278
   142 void settags(Client *c, Client *trans);	/* sets tags of c */
   142 void settags(Client *c, Client *trans);	/* sets tags of c */
   143 void tag(const char *arg);		/* tags sel with arg's index */
   143 void tag(const char *arg);		/* tags sel with arg's index */
   144 void toggletag(const char *arg);	/* toggles sel tags with arg's index */
   144 void toggletag(const char *arg);	/* toggles sel tags with arg's index */
   145 void toggleview(const char *arg);	/* toggles the tag with arg's index (in)visible */
   145 void toggleview(const char *arg);	/* toggles the tag with arg's index (in)visible */
   146 void view(const char *arg);		/* views the tag with arg's index */
   146 void view(const char *arg);		/* views the tag with arg's index */
   147 void shiftview(const char *arg);        /* views next(1)/previous(-1) tag */
       
   148 
   147 
   149 /* util.c */
   148 /* util.c */
   150 void *emallocz(unsigned int size);	/* allocates zero-initialized memory, exits on error */
   149 void *emallocz(unsigned int size);	/* allocates zero-initialized memory, exits on error */
   151 void eprint(const char *errstr, ...);	/* prints errstr and exits with 1 */
   150 void eprint(const char *errstr, ...);	/* prints errstr and exits with 1 */
   152 void spawn(const char *arg);		/* forks a new subprocess with arg's cmd */
   151 void spawn(const char *arg);		/* forks a new subprocess with arg's cmd */