From ad60af27b0990f7e744351ad87ab7153ac933240 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 13 Nov 2024 13:17:22 -0500 Subject: [PATCH] don't use dotool wrapper script anymore --- dot_local/bin/executable_dotool | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 dot_local/bin/executable_dotool diff --git a/dot_local/bin/executable_dotool b/dot_local/bin/executable_dotool deleted file mode 100644 index 5a1f9c4..0000000 --- a/dot_local/bin/executable_dotool +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -DOTOOL_XKB_LAYOUT=us DOTOOL_XKB_VARIANT=$(get_plasma_keyboard_layout) /usr/bin/dotool "$@"