Cleanup config

This commit is contained in:
Marco Thomas
2021-03-26 12:22:27 +01:00
parent 20b9dd4a6c
commit 7b0166fdf0
9 changed files with 7 additions and 775 deletions

8
dwm.c
View File

@@ -225,7 +225,6 @@ static void tagmon(const Arg *arg);
static void tile(Monitor *);
static void togglebar(const Arg *arg);
static void togglefloating(const Arg *arg);
static void togglefullscr(const Arg *arg);
static void toggletag(const Arg *arg);
static void toggleview(const Arg *arg);
static void unfocus(Client *c, int setfocus);
@@ -1808,13 +1807,6 @@ togglefloating(const Arg *arg)
arrange(selmon);
}
void
togglefullscr(const Arg *arg)
{
if(selmon->sel)
setfullscreen(selmon->sel, !selmon->sel->isfullscreen);
}
void
toggletag(const Arg *arg)
{