Wrapper ultra-simple de dwm
This commit is contained in:
parent
9db0ce85cc
commit
56176695c8
1 changed files with 5 additions and 0 deletions
5
bin/dwm
Executable file
5
bin/dwm
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
cd
|
||||||
|
exec dwm \
|
||||||
|
"$@"
|
||||||
|
|
Loading…
Reference in a new issue