mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-12-22 21:59:26 -05:00
upload
This commit is contained in:
parent
3eb8267e74
commit
220af60236
@ -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.
|
@ -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
|
@ -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
|
||||||
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user