about summary refs log tree commit diff
path: root/dwmc
diff options
context:
space:
mode:
authorYour Name <you@example.com>2020-10-22 10:46:54 +0100
committerYour Name <you@example.com>2020-10-22 10:46:54 +0100
commit931f2c6e1bc5ba90495e3396a58aaa98b59cd11b (patch)
treefc5847ab525fccce2591772144abe02ce2dc10d7 /dwmc
parentbetter way to solve the previous commit's bug (diff)
downloaddwm-931f2c6e1bc5ba90495e3396a58aaa98b59cd11b.tar.gz
dwm-931f2c6e1bc5ba90495e3396a58aaa98b59cd11b.tar.bz2
dwm-931f2c6e1bc5ba90495e3396a58aaa98b59cd11b.zip
changed name to fsignal
Diffstat (limited to 'dwmc')
-rwxr-xr-xdwmc2
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