aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-01-01 18:46:23 -0500
committertdro <tdro@users.noreply.github.com>2020-01-01 18:46:23 -0500
commit29255dff8696c26176cc84b1e3bd60ff9e387b4b (patch)
treed2e410e3fa05fb270cd18233f8dabb20ec688310 /.config/awesome
parent90627a2f0857d48be2c99ade024576c107a8a1b0 (diff)
downloaddotfiles-29255dff8696c26176cc84b1e3bd60ff9e387b4b.tar.gz
dotfiles-29255dff8696c26176cc84b1e3bd60ff9e387b4b.tar.bz2
dotfiles-29255dff8696c26176cc84b1e3bd60ff9e387b4b.zip
.config/awesome/scripts/app-launcher: Add new local bin path
Diffstat (limited to '.config/awesome')
-rwxr-xr-x.config/awesome/scripts/app-launcher2
-rwxr-xr-x.config/awesome/scripts/app-launcher-priv2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/scripts/app-launcher b/.config/awesome/scripts/app-launcher
index 77855e0..59f0cef 100755
--- a/.config/awesome/scripts/app-launcher
+++ b/.config/awesome/scripts/app-launcher
@@ -1,4 +1,4 @@
#!/bin/bash
-export PATH="$PATH:$HOME/.local/share/bin";
+PATH="$PATH:$HOME/.local/bin";
rofi -fullscreen -show run -display-run "$" -font "ubuntu 12" -padding 300;
diff --git a/.config/awesome/scripts/app-launcher-priv b/.config/awesome/scripts/app-launcher-priv
index 9754b84..6c8b0e9 100755
--- a/.config/awesome/scripts/app-launcher-priv
+++ b/.config/awesome/scripts/app-launcher-priv
@@ -1,4 +1,4 @@
#!/bin/bash
-export PATH="$PATH:$HOME/.local/share/bin";
+PATH="$PATH:$HOME/.local/bin";
rofi -fullscreen -show run -display-run "#" -run-command 'gksudo {cmd}' -font "ubuntu 12" -padding 300;