Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide app from dock #57

Open
pabloab opened this issue Sep 17, 2022 · 0 comments
Open

Hide app from dock #57

pabloab opened this issue Sep 17, 2022 · 0 comments

Comments

@pabloab
Copy link

pabloab commented Sep 17, 2022

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:

Exec=sh -c '~/.local/bin/alacritty & sleep 1;/usr/bin/wmctrl -x -r Alacritty.Alacritty -b add,skip_taskbar'
@pabloab pabloab changed the title Hide from dock Hide app from dock Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant