Skip to content

Commit

Permalink
skippy-xd-toggle executable update
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-malcolm committed Oct 20, 2016
1 parent 893d3c8 commit 72d1ddf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions skippy-xd-toggle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ killSkippyXd() {
toggleSkippyXd() {

skippyDaemonStartCommand="skippy-xd --start-daemon"
psSkippyOut="`pgrep 'skippy-xd '`"
psSkippyActivateOut="`pgrep 'skippy-xd --activate-window-picker'`"
psSkippyToggleOut="`pgrep 'skippy-xd --toggle-window-picker'`"
psSkippyOut="`pgrep -f 'skippy-xd '`"
psSkippyActivateOut="`pgrep -f 'skippy-xd --activate-window-picker'`"
psSkippyToggleOut="`pgrep -f 'skippy-xd --toggle-window-picker'`"

skippyConfig="$1"

Expand Down

0 comments on commit 72d1ddf

Please sign in to comment.