mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Removing debug line
This commit is contained in:
parent
d7814e3a3e
commit
fbb1537da6
@ -114,7 +114,6 @@ case $# in
|
||||
[ $3 = -1 ] && ov=128 || ov=$3
|
||||
[ $4 = -1 ] && ih=128 || ih=$4
|
||||
[ $5 = -1 ] && iv=128 || iv=$5
|
||||
echo $(((oh << 24) + (ov << 16) + (ih << 8) + iv))
|
||||
signal $1 i $(((oh << 24) + (ov << 16) + (ih << 8) + iv))
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user