mirror of
https://github.com/Qubes-Community/Contents.git
synced 2025-05-03 23:05:20 -04:00
moved code/ content to subfolders
This commit is contained in:
parent
197faac381
commit
2d9e9b89d9
20 changed files with 0 additions and 24 deletions
9
code/productivity/toggle-fullscreen-scripts/README.md
Normal file
9
code/productivity/toggle-fullscreen-scripts/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
### A small, but handy script collection ###
|
||||
Here you may find all small community scripts which does not fall logically into a script theme folder, or scripts which are too rarely used to be listed on the script overview list.
|
||||
|
||||
### Caution before use ###
|
||||
|
||||
We, as in any Qubes-Community users, collaborators, members and owners, expect that anyone using anything produced, uploaded, adviced or otherwise, that comes out of the Qubes Community, to be met with a healthy amount of skepticism. Please be careful about running any scripts, following wiki's, doc's or guide's, which you don't understand what do. We take no responsibility for any damage or losses. We do however wish to keep the reliability, as well as security and privacy, at the best quality possible, but we are not accountable for not meeting our goals.
|
||||
|
||||
This site is run by volunteers. The Qubes OS Project is not affiliated with this site and does not endorse the content of any of these pages.
|
||||
|
|
@ -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…
Add table
Add a link
Reference in a new issue