From 6d8241037fb5b0adf75f7bf855c626a05083921e Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 3 Sep 2022 19:51:03 +0200 Subject: [PATCH] Update dot_config/i3/executable_relative_workspace.sh --- dot_config/i3/executable_relative_workspace.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/i3/executable_relative_workspace.sh b/dot_config/i3/executable_relative_workspace.sh index a1f11ee..66faddb 100644 --- a/dot_config/i3/executable_relative_workspace.sh +++ b/dot_config/i3/executable_relative_workspace.sh @@ -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