diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/hibiki/osu-mode | 13 |
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 |