How to remove "Move window one workspace to the right/left" indicator

How to remove “Move window one workspace to the right/left” indicator

I want to only remove the indicator, not the action.

I assume in default gnome it is triggered via Super+Shift+Page Up and Super+Shift+Page Down

If there is no settings, i would be glad to know how to remove it via extensions.

I could not grab it via looking glass so not sure how to remove it.

I think Just Perfection allows to do this.

2 Likes

Install Just Perfection Extension. The feature is in settings → Visibility → Workspace Popup.

2 Likes

Thank you very much for the help. I also found that setting in an extension

.workspace-switcher {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    spacing: 0;
}

.ws-switcher-indicator,
.ws-switcher-indicator:active {
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
    border-radius: 0;
    opacity: 0;
}

remove the popup.