made barclick to select the specific tag
This commit is contained in:
parent
9cd686c93a
commit
6458d72572
6 changed files with 36 additions and 4 deletions
1
dwm.h
1
dwm.h
|
@ -103,6 +103,7 @@ extern Client *clients, *sel;
|
|||
|
||||
/* bar.c */
|
||||
extern void draw_bar();
|
||||
extern void barclick(XButtonPressedEvent *e);
|
||||
|
||||
/* client.c */
|
||||
extern void manage(Window w, XWindowAttributes *wa);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue