Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Oct 9, 2024
1 parent 579e06f commit 52fef82
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ My compositor built primarily for testing [SceneFX](https://github.com/wlrfx/sce

Use at your own discretion...

Running:

```sh
fx-comp -s ./fx-comp_cmd.sh
```

```sh
#!/bin/bash
# fx-comp_cmd.sh

waybar &
swaybg -i ~/Pictures/Your_cool_pic.jpg &
```

Todo:

- [X] Basic output support
Expand All @@ -21,6 +35,7 @@ Todo:
- [ ] foreign toplevel for ironbar support
- [x] Tiling
- [x] Lock support
- [ ] Pointer Constraint
- [x] Fullscreen
- [ ] Fullscreen titlebar on top hover
- [ ] Delay
Expand Down Expand Up @@ -49,5 +64,6 @@ Todo:
- [ ] VR support?
- [ ] Hypr protocols support
- [ ] Hyprcursor support
- [ ] Keep toplevels inside of output region when resizing (percentage of w/h instead of px while resizing?)

Thanks to Sway, Hyprland, and TinyWL for showing how stuff needs to be done! :)

0 comments on commit 52fef82

Please sign in to comment.