Skip to content

Commit

Permalink
📚 Improved: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetf committed Aug 7, 2017
1 parent 2af00e8 commit 4261c1b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# kwin-maxmize-to-new-desktop
KWin script that moves fullscreened window to a new virtual desktop
KWin script that moves fullscreened window to a new virtual desktop, emulating macOS like maximize to new desktop. [Link to KDE Store page](https://store.kde.org/p/1171196/).

KDE Store [Link](https://store.kde.org/p/1171196/)
## Screenshot
![Screenshot](doc/screenshot.gif)

## Feature

* Move window to a newly created virtual desktop when fullscreen.
* Move window back to original desktop when restored to normal size or closed.

__Note__:
This is triggered by window **FULLSCREEN**, not the normal maximize. Window fullscreen can be enabled by right clicking on the window decoration -> `More Actions` -> `Fullscreen`.

Web browsers also enters fullscreen mode when the web page requests so, like clicking on fullscreen button in videos. In Firefox or Chrome, pressing `F11` also triggeres this.

## Change Log
[CHANGELOG.md](CHANGELOG.md)
See [CHANGELOG.md](CHANGELOG.md).
Binary file added doc/screenshot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4261c1b

Please sign in to comment.