How to close firefox

broken image
broken image

Note: You need to have wmctrl and xdotool installed in your system. If you don't have ~/.bash_aliases replace ~/.bash_aliases in the above commands with ~/.bashrcĪnd it will close Firefox’s current tab instantaneously. You can make an alias for the above commands, say the alias name be cfct ( Close Firefox Current Tab) in ~/.bashrc or better in ~/.bash_aliases from a terminal as, echo -e '\nalias cfct='wmctrl -a firefox xdotool key Ctrl+w wmctrl -r firefox -b add,shaded'' > ~/.bash_aliases

broken image

To know more about these see man xdotool and man wmctrl New comments cannot be posted and votes cannot be cast. Shade a window with a title that contains the word 'firefox' in it. Hi Is there any verbal command to force close Firefox on an echo show Thanks 3 comments. Send the keystroke Ctrl+ W to firefox which is the shortcut to close current tab in firefox. Go to the window with a name containing 'firefox' in it To keep Firefox minimized after closing its current tab (according to OP, see the comment) use the following commands in a terminal, wmctrl -a firefox xdotool key Ctrl+w wmctrl -r firefox -b add,shaded