This commit is contained in:
Aekez 2018-03-11 22:50:56 +01:00
parent 3eb8267e74
commit 220af60236
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,2 @@
### A small, but handy script collection ###
Here you may find all community scripts, which are too small, or too common to be listed on the script list.

View File

@ -0,0 +1,10 @@
#!/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.
wmctrl -r :ACTIVE: -b toggle,fullscreen

View File

@ -0,0 +1,11 @@
#!/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.
wmctrl -r :SELECT: -b toggle,fullscreen

View File

@ -0,0 +1,12 @@
#!/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