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