diff options
| author | tslil clingman <tslil@posteo.de> | 2022-10-09 21:43:28 +0200 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2022-10-10 22:09:29 +0200 |
| commit | a31463d097e2b964801f11ed0b6ba40e43691583 (patch) | |
| tree | 851a8d93d7fc4030235af3a48a123c5aaaf07417 /config.h | |
| parent | 32ccd7d35d8ec246b9081028a928d0934b28ee1d (diff) | |
tweak status (output current desktop even if no windows)
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) \ |
