Laitram31 / Fluorite

Tiling Window Manager for X11

Home Page:https://fluorite.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fluorite 0.4

Fluorite is a really simple window manager that aims to be light and functionnal.

This is a very experimental version. Use at your own risk.

FluoriteWM

Information ?

Go to Fluorite Website for more informations. I talk about configuration, installation, ect...

You can also find some quick tips inside CONFIG.md.

Installation (basic informations)

Deps

On Archlinux you can type this command to install everything you need.

sudo pacman -S xorg

Build and install

After doing modifications to the config, just type (WITHOUT sudo). It will remake and copy the Fluorite executable to /usr/bin/.

make install

.xinitrc example

polybar &
picom &
setxkbmap -layout fr
exec Fluorite

Keep in mind that the setxkbmap with the proper keyboard layout is REQUIRED so you can have all your bindings working.

Known issues

- Java apps might be broken on some features. (ex: Ghidra)

About

Tiling Window Manager for X11

https://fluorite.surge.sh


Languages

Language:C 98.4%Language:Makefile 1.6%