Qubes-Community-Content/code/qubes-a-small-but-handy-script-collection/qubes-toggle-fullscreen-search-window.sh

13 lines
246 B
Bash
Raw Normal View History

2018-03-11 21:50:56 +00:00
#!/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