changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;)
This commit is contained in:
parent
9e8b3258a0
commit
21553f9b4d
2 changed files with 2 additions and 2 deletions
2
client.c
2
client.c
|
@ -13,7 +13,7 @@
|
|||
|
||||
static void floating(void);
|
||||
static void tiling(void);
|
||||
static void (*arrange)(void) = tiling;
|
||||
static void (*arrange)(void) = floating;
|
||||
|
||||
void
|
||||
max(void *aux)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue