Skip to content

Commit

Permalink
add desktop grid stuff in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thrombe committed Mar 17, 2024
1 parent 8a5a3fd commit 16f49f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ An opinionated [Hyprland](https://github.com/hyprwm/Hyprland) plugin that tries
- a super simple workspace indicator using waybar

# Limitations
- fixed 9 workspaces per activity
- hyprland plugins can not yet control animation directionality

# todo
- [ ] desktop grid overview
- [ ] better animations support
- [ ] a good window maximise implementation that keeps other windows
in current workspace behind the active one instead of hiding it
- [ ] general (x, y) grid
- [ x ] general (x, y) grid
- [ ] (x, y) grid per activity
- [ ] named workspaces
- [ ] named workspaces per activity
Expand Down Expand Up @@ -62,6 +61,9 @@ Else add the following to your nix flake
# activity names (first activity is treated as default)
activities = ["my-default-activity", "my-activity"]

# number of workspaces in x and y dimensions
workspaces = [2, 2]

# how often to poll for cursor position
polling_rate = 300 # in ms

Expand Down

0 comments on commit 16f49f2

Please sign in to comment.