8 lines
144 B
Bash
Executable File
8 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
_getHeader "$name" "$author"
|
|
|
|
sel=""
|
|
_getConfSelector windowrule.conf windowrules
|
|
_getConfEditor windowrule.conf $sel
|
|
_reloadModule
|