We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562e4ac commit de91389Copy full SHA for de91389
README.md
@@ -1,2 +1,15 @@
1
# wayland-root-exec
2
A simple bash script to run a grafical programm as root in wayland.
3
+# How to use
4
+ wayland-root-exec "command --example"
5
+# Install
6
+ $ sudo cp wayland-root-exec /bin/wayland-root-exec
7
+ $ sudo chmod +x /bin/wayland-root-exec
8
+# License
9
+
10
+
11
+This program is Free Software: You can use, study share and improve it at your
12
+will. Specifically you can redistribute and/or modify it under the terms of the
13
+[GNU General Public License](https://www.gnu.org/licenses/gpl.html) as
14
+published by the Free Software Foundation, either version 3 of the License, or
15
+(at your option) any later version.
0 commit comments