1
0
Fork 0

Update dot_config/i3/executable_relative_workspace.sh

This commit is contained in:
Florian RICHER 2022-09-03 19:51:03 +02:00
parent 327f9c0cec
commit 6d8241037f

View file

@ -27,9 +27,9 @@ DESIRED_WORKSPACE=$(($SCREEN_INDEX * 10 + $1))
# To run in DRY RUN uncomment line in below
# MSG_COMMAND=echo
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
else
notify-send "switch to $DESIRED_WORKSPACE"
# notify-send "switch to $DESIRED_WORKSPACE"
$MSG_COMMAND workspace number $DESIRED_WORKSPACE
fi