diff options
author | Your Name <you@example.com> | 2020-10-22 10:46:54 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2020-10-22 10:46:54 +0100 |
commit | 931f2c6e1bc5ba90495e3396a58aaa98b59cd11b (patch) | |
tree | fc5847ab525fccce2591772144abe02ce2dc10d7 /dwmc | |
parent | better way to solve the previous commit's bug (diff) | |
download | dwm-931f2c6e1bc5ba90495e3396a58aaa98b59cd11b.tar.gz dwm-931f2c6e1bc5ba90495e3396a58aaa98b59cd11b.tar.bz2 dwm-931f2c6e1bc5ba90495e3396a58aaa98b59cd11b.zip |
changed name to fsignal
Diffstat (limited to 'dwmc')
-rwxr-xr-x | dwmc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmc b/dwmc index 9deaec6..d450ca9 100755 --- a/dwmc +++ b/dwmc @@ -1,7 +1,7 @@ #!/usr/bin/env sh signal() { - xsetroot -name "dsignal:$*" + xsetroot -name "fsignal:$*" } case $# in |