mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Package: tooloop-transparent-cursor
|
||||
Version: 0.9.0
|
||||
Maintainer: vollstock
|
||||
Homepage: https://www.vollstock.de
|
||||
Bugs: https://github.com/vollstock/xcursor-transparent-cursor
|
||||
Section: tooloop/addon
|
||||
Architecture: all
|
||||
Description: Transparent mouse cursor
|
||||
Install it if you want to hide the mouse cursor completely
|
||||
e. g. on touch displays.
|
||||
Executable
+8
@@ -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
|
||||
Executable
+8
@@ -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
|
||||
+1
Submodule transparent-cursor/home/tooloop/.icons/default added at a0263f0a80
Reference in New Issue
Block a user