Skip to content

Commit

Permalink
✨ Feature: Refactor code to use configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetf committed Oct 29, 2018
1 parent 7a3ab32 commit 14c1c5f
Show file tree
Hide file tree
Showing 5 changed files with 349 additions and 73 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# 0.1.0
# Change Log

## 0.2.0

- :bug: Fixed: Window loses focus after being moved to new desktop.
- :sparkles: Feature: Trigger by window maximize
- :sparkles: Feature: Customizable new desktop position
- :sparkles: Feature: Keep non-empty desktop
- :sparkles: Feature: Skip blacklisted windows
- :sparkles: Feature: Configuration UI
- :recycle: Improved: Complete rewrite.

## 0.1.0

- :bug: Fixed: No more extra VD after closing fullscreened window directly.
- :recycle: Improved: Code refactorings.

# 0.0.1
## 0.0.1

- Initial release. Mostly functional.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ The config panel

## Feature

* Move window to a newly created virtual desktop when fullscreen.
* Move window to a newly created virtual desktop when fullscreen/maximize.
* Move window back to original desktop when restored to normal size or closed.
* Configurable trigger: fullscreen or maximize or _both_.
* Configurable new desktop position: right most or right to current.
* Window blacklist. Skip some windows that should not trigger the script.
* Configurable trigger: `fullscreen` or `maximize` or `both`.
* Configurable new desktop position: `right most` or `next to current desktop` or `next to app`.
* Window blacklist: windows that match the class name will not trigger the script.

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

0 comments on commit 14c1c5f

Please sign in to comment.