From 7673e7f0cad3fd86475a9670fef8a3a2e1edff6a Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 22 Jul 2024 23:38:25 +0300 Subject: [PATCH] termux shortcuts --- home/user/.shortcuts/hideworkspaces.sh | 1 + install-hooks/termux/post-install | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 home/user/.shortcuts/hideworkspaces.sh create mode 100644 install-hooks/termux/post-install diff --git a/home/user/.shortcuts/hideworkspaces.sh b/home/user/.shortcuts/hideworkspaces.sh new file mode 100755 index 0000000..0bd3bbf --- /dev/null +++ b/home/user/.shortcuts/hideworkspaces.sh @@ -0,0 +1 @@ +ssh pc DISPLAY=:0 xdotool key super+q \ No newline at end of file diff --git a/install-hooks/termux/post-install b/install-hooks/termux/post-install new file mode 100644 index 0000000..15414a9 --- /dev/null +++ b/install-hooks/termux/post-install @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +cp -r home/user/.shortcuts "$HOME" \ No newline at end of file