Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.