aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-01-17 01:35:59 -0500
committertdro <tdro@users.noreply.github.com>2022-01-17 01:35:59 -0500
commit5be8c5a1f78f2d7d0cf79c64c82772ce63ffd156 (patch)
tree340705b015a42c817abe40da935b98c9afea4e70
parent9481c61f3742562651d13269fb71fc67ad5e7c0f (diff)
downloaddotfiles-5be8c5a1f78f2d7d0cf79c64c82772ce63ffd156.tar.gz
dotfiles-5be8c5a1f78f2d7d0cf79c64c82772ce63ffd156.tar.bz2
dotfiles-5be8c5a1f78f2d7d0cf79c64c82772ce63ffd156.zip
.config/X11/xbindkeysrc: Remove application launch scripts
-rw-r--r--.config/X11/xbindkeysrc6
-rwxr-xr-x.local/bin/scripts/app-launcher3
-rwxr-xr-x.local/bin/scripts/app-launcher-privilege2
-rwxr-xr-x.local/bin/scripts/app-launcher-terminal2
4 files changed, 3 insertions, 10 deletions
diff --git a/.config/X11/xbindkeysrc b/.config/X11/xbindkeysrc
index d95337a..2fbb2f2 100644
--- a/.config/X11/xbindkeysrc
+++ b/.config/X11/xbindkeysrc
@@ -3,15 +3,15 @@
Mod4 + q
# program launcher
-"$HOME/.local/bin/scripts/app-launcher"
+"$HOME/.local/bin/dmenu_run_history"
Mod4 + r
# privilege launcher
-"$HOME/.local/bin/scripts/app-launcher-privilege"
+"$HOME/.local/bin/dmenu_run_history privilege"
Mod4 + e
# terminal launcher
-"$HOME/.local/bin/scripts/app-launcher-terminal"
+"$HOME/.local/bin/dmenu_run_history terminal"
Mod4 + w
# zoom application
diff --git a/.local/bin/scripts/app-launcher b/.local/bin/scripts/app-launcher
deleted file mode 100755
index 60e507a..0000000
--- a/.local/bin/scripts/app-launcher
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh -eu
-# rofi -cache-dir "$HOME/.local/share" -fullscreen -show run -display-run '$' -font 'ubuntu 12' -padding 250;
-dmenu_run_history;
diff --git a/.local/bin/scripts/app-launcher-privilege b/.local/bin/scripts/app-launcher-privilege
deleted file mode 100755
index 422f728..0000000
--- a/.local/bin/scripts/app-launcher-privilege
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh -eu
-dmenu_run_history privilege;
diff --git a/.local/bin/scripts/app-launcher-terminal b/.local/bin/scripts/app-launcher-terminal
deleted file mode 100755
index c96f919..0000000
--- a/.local/bin/scripts/app-launcher-terminal
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh -eu
-dmenu_run_history terminal;