new category

This commit is contained in:
speedie 2022-12-17 18:00:45 +01:00
parent 909a88823f
commit 6020ab609e
2 changed files with 3 additions and 1 deletions

View file

@ -50,7 +50,7 @@ speedwm.client.wmclass: 1 ! Enable workaround for when a class can
!! Font options
speedwm.fonts.font: NotoSans Regular 8
speedwm.fonts.font: NotoSans Regular 9
!! Color options

View file

@ -55,6 +55,8 @@ static int centerfloating = 1; /* Center floating windows by
static int startontag = 1; /* Start on a tag or not? */
static int floatscratchpad = 0; /* Float the scratchpad window on hide (1/0) */
static int focusspawn = 0; /* Automatically focus the next spawned window. If warp is enabled, this is useless and will be disabled. (1/0) */
/* Client properties */
static int autofocus = 1; /* Allow clients to automatically be focused when they request it. This comes with the side effect of potentially being annoying */
static int automove = 1; /* Allow clients to automatically move when they request it */
static int autoresize = 1; /* Allow resizing clients automatically when they request it. */