Qubes-Community-Content/scripts/qubes-a-small-but-handy-script-collection/qubes-toggle-fullscreen-search-window.sh
2018-03-11 22:50:56 +01:00

13 lines
246 B
Bash

#!/bin/sh
#Author:
#Aekez @ Github
#Disclaimer:
#Please use this script responsibly & at own risk.
#Please study the script, so that you know how it works.
wid=$(xdotool search --name 'Mozilla Firefox')
wmctrl -i -r $wid -b toggle,fullscreen