summaryrefslogtreecommitdiff
path: root/dwm
diff options
context:
space:
mode:
Diffstat (limited to 'dwm')
-rwxr-xr-xdwm/Scripts/lc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm/Scripts/lc b/dwm/Scripts/lc
index 9c21fb4..74518e7 100755
--- a/dwm/Scripts/lc
+++ b/dwm/Scripts/lc
@@ -5,7 +5,7 @@ statScripts="ram.sh status.sh net.sh mic.sh"
handle_stuff() {
if [ "$1" = "--dmenu" ]; then
- ./lc $(echo $Commands | tr " " "\n" | dmenu -i -p ":")
+ $0 $(echo $Commands | tr " " "\n" | dmenu -i -p ":")
fi
if [ "$1" = "edit" ] || [ "$1" = "e" ]; then
@@ -73,7 +73,7 @@ handle_stuff() {
firefox -p Sharelatex --no-remote
fi
if [ "$1" = "pass" ]; then
- bash ~/Scripts/passmenu --type
+ bash $HOME/Scripts/passmenu
fi
if [ "$1" = "stat" ]; then