4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
/usr/bin/bspc rule -a firefox -o state=fullscreen && /usr/bin/firefox -url $@
|