XDream8 / repowm

highly custom dwm window manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repowm

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

  • imlib2
  • xsetroot package (status2d uses this to add colors on dwmbar)
  • Make sure to setup your terminal's theme accordingly do repowm's theme such as nord, onedark etc...

Other requirements

  • picom
  • feh
  • acpi
  • rofi

Installation

For Arch it can be founded in RepoClub Repository
For Gentoo refer to the XDream's Repository
Recommended Method

$ git clone https://github.com/The-Repo-Club/repowm.git
$ cd repowm
$ sudo make install

Download latest release

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
    • repobar script
    • indicators
    • shutdown menu (rofi)
    • system tray
    • window gaps
    • restart function
  • Patches

    • barpadding
    • bottomstack
    • cfacts
    • dragmfact
    • dragcfact
    • fibonacii
    • gaplessgrid
    • horizgrid
    • movestack
    • vanity gaps
    • colorful tags
    • statuspadding
    • status2d
    • underline tags
    • notitle
    • preserveonrestart

Change themes

  • Bar : config.def.h (line 42)

is this dwm?

repowm is a fork of DWM and can be used as a drop in replacement, maintaining all dmenu behavior and making all extra features optional

About

highly custom dwm window manager

License:MIT License


Languages

Language:C 95.5%Language:Roff 2.9%Language:Makefile 1.2%Language:Shell 0.4%