change folder structure and control files to newest concept

This commit is contained in:
Daniel Stock
2018-09-20 16:38:35 +02:00
parent 224fd33794
commit e25c30f942
2747 changed files with 21 additions and 80 deletions
+11
View File
@@ -0,0 +1,11 @@
Package: tooloop-transparent-cursor
Version: 0.1.0
Maintainer: vollstock
Homepage: https://www.vollstock.de
Bugs: https://github.com/vollstock/xcursor-transparent-cursor
Section: tooloop/addon
Architecture: all
Name: Transparent mouse cursor
Description: For touch devices
Install it if you want to hide the mouse cursor completely
e. g. on touch displays.
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
# Exit immediately if a command exits with a non-zero status.
set -e
# restart openbox for immediate effect
openbox --restart
# Exit cleanly
exit 0
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
# Exit immediately if a command exits with a non-zero status.
set -e
# restart openbox for immediate effect
openbox --restart
# Exit cleanly
exit 0