Skip to content

Commit

Permalink
update ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed May 16, 2024
1 parent 38f76fd commit 2f42a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 79 deletions.
2 changes: 1 addition & 1 deletion pyprland/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Package version."""

VERSION = "2.2.20-34"
VERSION = "2.2.20-35"
79 changes: 1 addition & 78 deletions tickets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,43 +70,6 @@ Can parse hyprland config in such way:
--------------------------------------------------------------------------------

offset & margin: support % and px units
=======================================

:bugid: 33
:created: 2024-03-08T00:07:02
:priority: 0

--------------------------------------------------------------------------------

Add "satellite" scratchpads
===========================

:bugid: 36
:created: 2024-04-08T23:42:26
:priority: 0

- add a "scratch" command that sets the focused window into the currently focused scratchpad window

Eg: open a terminal, hover it + "scratch" it while a scratchpad is open.
Behind the hood, it creates attached "ghost scratchpads" for each attached window. They use "perserve_aspect" by default.

**Alternative**

Move focused client into the named scratchpad's special workspace.
Rework pyprland's scratchpad to keep track of every window added to the special workspace and attach it to the last used scratch then hide it if the scratchpad is hidden.
If called on a scratchpad window, will "de-attach" this window.

Every attached window should be synchronized with the main one.


**Option**

Prepare / Simplify this dev by adding support for "ScratchGroups" (contains multiple Scratches which are synchronized).
Would generalize the current feature: passing multiple scratches to the toggle command.

--------------------------------------------------------------------------------

improve groups support
======================

Expand All @@ -127,16 +90,6 @@ Option: think about a "chaining" in handlers, (eg: "pypr groups prev OR layout_c

--------------------------------------------------------------------------------

review CanceledError handling
=============================

:bugid: 38
:created: 2024-04-17T23:24:13
:priority: 0
:started: 2024-05-01T23:40:59

--------------------------------------------------------------------------------

preserve_aspect could recall aspect per screen resolution/size
==============================================================

Expand All @@ -155,27 +108,6 @@ CHECK / fix multi-monitor & attach command

--------------------------------------------------------------------------------

Check behavior of monitors when no match is found
=================================================

:bugid: 42
:created: 2024-04-26T00:26:22
:priority: 0

Should ignore applying any rule

--------------------------------------------------------------------------------

Review smart_focus when toggling on a special workspace
=======================================================

:bugid: 43
:created: 2024-04-27T18:25:47
:priority: 0
:started: 2024-05-01T23:39:30

--------------------------------------------------------------------------------

Test a configuration with zero initial command/window
=====================================================

Expand All @@ -185,20 +117,11 @@ Test a configuration with zero initial command/window

--------------------------------------------------------------------------------

scratchpads: experiment handling manual scratchpad workspace change
===================================================================

:bugid: 47
:created: 2024-05-01T23:38:51
:priority: 0

--------------------------------------------------------------------------------

monitors: allow "screen descr".transform = 3
============================================

:bugid: 48
:created: 2024-05-07T00:50:34
:priority: 0

also allow `.scale = <something>`
also allow `.scale = <something>`

0 comments on commit 2f42a4d

Please sign in to comment.