Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creativecodecat/flexiflow
Highly custom dynamic window manager
https://github.com/creativecodecat/flexiflow
Last synced: 1 day ago
JSON representation
Highly custom dynamic window manager
- Host: GitHub
- URL: https://github.com/creativecodecat/flexiflow
- Owner: CreativeCodeCat
- License: mit
- Created: 2023-08-15T14:43:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T15:52:37.000Z (about 1 year ago)
- Last Synced: 2025-01-08T05:16:29.983Z (7 days ago)
- Language: C
- Homepage:
- Size: 3.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FlexiFlow
Window manager for linux
# Initial look
(empty workspaces have their color greyed out)- NOTE: This is vanilla dwm bar (status2d patch for setting colors) not dwmblocks or polybar.
# Requirements
- Make sure to setup your terminal's theme accordingly do FlexiFlow's theme such as nord, onedark etc...
## Other requirements
These things can be changed in the config so are not hard requirements
- xcompmgr (compositor)
- feh (changing background)
- acpi
- rofi (menu)# Installation
**For Arch** it can be founded in [RepoClub Repository](https://arch.therepo.club/)
**Recommended Method**```sh
$ git clone https://github.com/The-Repo-Club/FlexiFlow.git
$ cd FlexiFlow
$ sudo make install
```[Download latest release](https://github.com/The-Repo-Club/FlexiFlow/releases/)
# Features
This is just a quick list of some features. For a full list and explanation,
please refer to the documentation.- General
- hybrid-wm: tiling and floating mode
- Keyboard and Mouse based workflows
- start menu (rofi)
- full multi monitor support
- status2d color status
- tag system
- flexiflow_bar script
- indicators
- shutdown menu (rofi)
- system tray
- window gaps
- restart function- Patches
- barpadding
- bottomstack
- cfacts
- dragmfact
- dragcfact
- fibonacci
- gaplessgrid
- horizgrid
- movestack
- vanity gaps
- colorful tags
- statuspadding
- status2d
- underline tags
- notitle
- preserveonrestart# Change themes
- Bar : config.def.h (line 42)
# is this dwm?
FlexiFlow is a fork of [DWM](https://dwm.suckless.org) and can be used as a drop in replacement.