mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
dwm: Add missing NULLs to commands
This did seem to work fine without the NULLs, however.
This commit is contained in:
parent
aaef3ecf8b
commit
638794529a
@ -67,8 +67,8 @@ in
|
||||
#define MODKEY Mod4Mask
|
||||
|
||||
static char dmenumon[2] = "0";
|
||||
static const char *dmenucmd[] = { "rofi", "-show", "drun" };
|
||||
static const char *quitcmd[] = { "kill", "xinit" };
|
||||
static const char *dmenucmd[] = { "rofi", "-show", "drun", NULL };
|
||||
static const char *quitcmd[] = { "kill", "xinit", NULL };
|
||||
static const char *termcmd[] = { "kitty", NULL };
|
||||
static const char *brighter[] = { "brightnessctl", "set", "5%+", NULL };
|
||||
static const char *dimmer[] = { "brightnessctl", "set", "5%-", NULL };
|
||||
|
Loading…
Reference in New Issue
Block a user