From 45f557829149a47fdcc1a66ec7dc221b5ab6fafa Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 4 Nov 2024 11:46:52 -0500 Subject: [PATCH] remove unused scripts --- dot_local/bin/executable_kde-rofi-rbw-autotype | 14 -------------- dot_local/bin/executable_kde-rofi-rbw-totp | 14 -------------- 2 files changed, 28 deletions(-) delete mode 100644 dot_local/bin/executable_kde-rofi-rbw-autotype delete mode 100644 dot_local/bin/executable_kde-rofi-rbw-totp diff --git a/dot_local/bin/executable_kde-rofi-rbw-autotype b/dot_local/bin/executable_kde-rofi-rbw-autotype deleted file mode 100644 index 1eb9247..0000000 --- a/dot_local/bin/executable_kde-rofi-rbw-autotype +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -current_layout=$(dbus-send --print-reply=literal --dest=org.kde.keyboard \ - /Layouts org.kde.KeyboardLayouts.getLayout | xargs | tr " " ":") - -trap reset_layout 1 2 3 6 15 -reset_layout() { - dbus-send --type=method_call --dest=org.kde.keyboard /Layouts org.kde.KeyboardLayouts.setLayout "$current_layout" -} - -dbus-send --type=method_call --dest=org.kde.keyboard /Layouts org.kde.KeyboardLayouts.setLayout uint32:0 - -rofi-rbw --typer=dotool - -reset_layout diff --git a/dot_local/bin/executable_kde-rofi-rbw-totp b/dot_local/bin/executable_kde-rofi-rbw-totp deleted file mode 100644 index 2a7827a..0000000 --- a/dot_local/bin/executable_kde-rofi-rbw-totp +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -current_layout=$(dbus-send --print-reply=literal --dest=org.kde.keyboard \ - /Layouts org.kde.KeyboardLayouts.getLayout | xargs | tr " " ":") - -trap reset_layout 1 2 3 6 15 -reset_layout() { - dbus-send --type=method_call --dest=org.kde.keyboard /Layouts org.kde.KeyboardLayouts.setLayout "$current_layout" -} - -dbus-send --type=method_call --dest=org.kde.keyboard /Layouts org.kde.KeyboardLayouts.setLayout uint32:0 - -rofi-rbw --typer=dotool --target=totp - -reset_layout