From 52fef825f4689f829450d2898266dfb97ff59815 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:40:25 +0200 Subject: [PATCH] Updated README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 92e6a80..28ae2b5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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! :)