Qubes-Community-Content/code/qubes-a-small-but-handy-script-collection/qubes-toggle-fullscreen-search-window.sh
2018-03-18 18:30:28 +02: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