diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-23 11:40:20 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-23 11:40:20 +0200 |
commit | cf0ac9d1a5f297f96568b7ce8baf7b4c1e685c15 (patch) | |
tree | bf54400b42e8dae75d2f5bdf1bc882227935837a /dwm.c | |
parent | bigger font (diff) | |
download | dwm-cf0ac9d1a5f297f96568b7ce8baf7b4c1e685c15.tar.gz dwm-cf0ac9d1a5f297f96568b7ce8baf7b4c1e685c15.tar.bz2 dwm-cf0ac9d1a5f297f96568b7ce8baf7b4c1e685c15.tar.xz dwm-cf0ac9d1a5f297f96568b7ce8baf7b4c1e685c15.tar.zst dwm-cf0ac9d1a5f297f96568b7ce8baf7b4c1e685c15.zip |
readability update
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1862,7 +1862,7 @@ sigchld(int unused) void spawn(const Arg *arg) { - if (arg->v == dmenucmd) + if (arg->v == dmenu_cmd) dmenumon[0] = '0' + selmon->num; if (fork() == 0) { if (dpy) |