Update dot_config/i3/executable_relative_workspace.sh
This commit is contained in:
parent
327f9c0cec
commit
6d8241037f
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ DESIRED_WORKSPACE=$(($SCREEN_INDEX * 10 + $1))
|
||||||
# To run in DRY RUN uncomment line in below
|
# To run in DRY RUN uncomment line in below
|
||||||
# MSG_COMMAND=echo
|
# MSG_COMMAND=echo
|
||||||
if [[ "$2" == "move" ]]; then
|
if [[ "$2" == "move" ]]; then
|
||||||
notify-send "move to $DESIRED_WORKSPACE"
|
# notify-send "move to $DESIRED_WORKSPACE"
|
||||||
$MSG_COMMAND move container to workspace number $DESIRED_WORKSPACE
|
$MSG_COMMAND move container to workspace number $DESIRED_WORKSPACE
|
||||||
else
|
else
|
||||||
notify-send "switch to $DESIRED_WORKSPACE"
|
# notify-send "switch to $DESIRED_WORKSPACE"
|
||||||
$MSG_COMMAND workspace number $DESIRED_WORKSPACE
|
$MSG_COMMAND workspace number $DESIRED_WORKSPACE
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue