Skip to content

KostasEreksonas/dwm-kostas

Repository files navigation

dwm-kostas-6.2

Custom build of suckless dynamic window manager for my Arch Linux install.

Table of Contents

Installation

  1. Clone this git repository:

git clone https://github.com/KostasEreksonas/dwm-kostas.git

  1. Go to the folder cloned repository:

cd dwm-kostas

  1. Build the package:

make

  1. Run a clean install of this package with root privilleges:

make clean install

  1. Done!

Keybindings

In this section I will present custom keybindings that I made for my build of dynamic window manager.

Keybind Function
Fn + Down arrow Lower volume
Fn + Up arrow Raise volume
Fn + Left arrow Lower brightness
Fn + Right arrow Raise brightness
PrintScreen Take screenshot
Shift + PrintScreen Copy screenshot to clipboard
Mod + PrintScreen Paste screenshot from clipboard
Mod + Pause Lock screen
Mod + z Extend displays
Mod + s Open default app for active tag

Applied Patches