summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-11-18 18:16:27 +0100
committerRobert Günzler <r@gnzler.io>2022-11-18 18:38:22 +0100
commita89c547131ce4c8673b322a3707f72b27a5cbeb0 (patch)
treed4ddd18c9ab99e0ea07f48c23cf145801e3ec058
parenteabdd86404da9368320a659a1405f0685ec7d171 (diff)
drop bin/hibiki/osu-mode
-rwxr-xr-xbin/hibiki/osu-mode13
1 files changed, 0 insertions, 13 deletions
diff --git a/bin/hibiki/osu-mode b/bin/hibiki/osu-mode
deleted file mode 100755
index 92d6214..0000000
--- a/bin/hibiki/osu-mode
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-set -ex
-
-case "$1" in
-	off)
-		swaymsg input \$pen map_to_output \*
-		;;
-	on|*)
-		out="$(swq current output)"
-		swaymsg input \$pen map_to_output "$out"
-		swaymsg input \$pen map_from_region 0.0x0.0 0.5x0.5
-		;;
-esac