diff options
| author | bakkeby <[email protected]> | 2022-08-01 10:19:03 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2022-08-01 10:37:19 +0200 |
| commit | 2e496ed931b93c46ea89ee4f14f4c0ae2e68533f (patch) | |
| tree | baff717e7d6ff6cafeface02c4a0ed24aab4f225 /patch/dwmc | |
| parent | d9f79bea73894e1fe1b2a0342dafcfc818d4c0ee (diff) | |
| download | dwm-flexipatch-2e496ed931b93c46ea89ee4f14f4c0ae2e68533f.tar.gz dwm-flexipatch-2e496ed931b93c46ea89ee4f14f4c0ae2e68533f.zip | |
dwmc: adding string support ref. #284
Diffstat (limited to 'patch/dwmc')
| -rwxr-xr-x | patch/dwmc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -100,6 +100,9 @@ case $# in setmfact) signal $1 f $2 ;; + floatpos) + signal $1 v $2 + ;; *) echo "Unknown command ($1) or too many arguments" exit 1 |
