jakub-swiniarski / dwm

A very minimal fork of dwm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DWM - Dynamic Window Manager

This is a fork of dwm from suckless.org.

Prerequisites

  • gcc
  • make
  • xorg-server
  • st
  • dmenu
  • libx11
  • libxft
  • libxinerama

Changes

  • Removed many features that I don't use.
  • Reduced amount of tags.
  • Color changes.
  • Added volume control for PulseAudio.
  • Centered status bar.

Keybindings

Window and tag control

  • Super + R - spawn dmenu
  • Super + T - spawn a terminal (st by default)
  • Super + C - kill a window
  • Super + Z - move a window to master

See more in config.h

Volume control (PulseAudio)

  • Super + F1 - mute the sound
  • Super + F2 - decrease the volume
  • Super + F3 - increase the volume

About

A very minimal fork of dwm

License:MIT License


Languages

Language:C 99.2%Language:Makefile 0.8%