You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Dash to Dock on GNOME Shell 3.36.9 to run fullscreen Alacritty. If it is possible for the extension, would be nice to hide the app from the Dock (as Guake behavior) regardless of window visibility state.
If we could just run a command instead of only an App/.desktop would make things easier. xdotool windowunmap $(wmctrl -l -p | grep $(pgrep alacritty) | awk '{print $1}') unmap a window, and this hide it from dock/taskbar. On .desktop:
Running Dash to Dock on GNOME Shell 3.36.9 to run fullscreen Alacritty. If it is possible for the extension, would be nice to hide the app from the Dock (as Guake behavior) regardless of window visibility state.
If we could just run a command instead of only an App/.desktop would make things easier.
xdotool windowunmap $(wmctrl -l -p | grep $(pgrep alacritty) | awk '{print $1}')
unmap a window, and this hide it from dock/taskbar. On .desktop:The text was updated successfully, but these errors were encountered: