diff --git a/i3/run.sh b/i3/run.sh index ce03f1a..d96f662 100755 --- a/i3/run.sh +++ b/i3/run.sh @@ -5,7 +5,7 @@ if [ "$1" = "lock" ];then TRACK=$(xinput list | grep 'TouchPad' | sed -e 's/.*id=//' | cut -f 1) xinput set-prop $MOUSE "Device Enabled" 0 xinput set-prop $TRACK "Device Enabled" 0 - while [ ! "$PASSWORD" = "a" ];do export PASSWORD=$(echo|rofi -dmenu $(i3-color-rofi));done + while [ ! "$PASSWORD" = "a" ];do export PASSWORD=$((rofi -dmenu $(i3-color-rofi))