From a31463d097e2b964801f11ed0b6ba40e43691583 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sun, 9 Oct 2022 21:43:28 +0200 Subject: tweak status (output current desktop even if no windows) --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 2858473..360d338 100644 --- a/config.h +++ b/config.h @@ -17,7 +17,7 @@ #define DEFAULT_MODE TILE /* initial layout/mode: TILE MONOCLE BSTACK GRID FLOAT */ #define ATTACH_ASIDE True /* False means new window is master */ #define FOLLOW_WINDOW False /* follow the window when moved to a different desktop */ -#define FOLLOW_MOUSE True /* focus the window the mouse just entered */ +#define FOLLOW_MOUSE False /* focus the window the mouse just entered */ #define CLICK_TO_FOCUS True /* focus an unfocused window when clicked */ #define FOCUS_BUTTON Button3 /* mouse button to be used along with CLICK_TO_FOCUS */ #define BORDER_WIDTH 2 /* window border width */ @@ -53,8 +53,8 @@ static const char* lock[] = { "lock", NULL }; #define XF86AudioLowerVolume 0x1008ff11 #define XF86AudioRaiseVolume 0x1008ff13 #define XF86AudioMute 0x1008ff12 -static const char *vol_dn[] = { "pactl", "set-sink-volume", "0", "-5%", NULL }; -static const char *vol_up[] = { "pactl", "set-sink-volume", "0", "+5%", NULL }; +static const char *vol_dn[] = { "pactl", "set-sink-volume", "0", "-1%", NULL }; +static const char *vol_up[] = { "pactl", "set-sink-volume", "0", "+1%", NULL }; static const char *vol_mt[] = { "pactl", "set-sink-mute", "0", "toggle", NULL }; #define DESKTOPCHANGE(K,N) \ -- cgit v1.3.1