root 0372a496d4 Added lightdm information, changed headings level, addde gitignore, config.h deleted comment | 3 years ago | |
---|---|---|
img | 3 years ago | |
misc | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
config.def.h | 3 years ago | |
config.h | 3 years ago | |
config.mk | 3 years ago | |
drw.c | 3 years ago | |
drw.h | 3 years ago | |
drw.o | 3 years ago | |
dwm | 3 years ago | |
dwm.1 | 3 years ago | |
dwm.c | 3 years ago | |
dwm.o | 3 years ago | |
transient.c | 3 years ago | |
util.c | 3 years ago | |
util.h | 3 years ago | |
util.o | 3 years ago |
This repository contains my configuration of DWM
DWM is a dynamic window manager for X developed by suckless.org. It is designed to be extremely fast and small.
It manages windows in tiled, monocle and floating layouts. All of the layouts can be applied dynamically, optimising the environment for the application in use and the task performed.
Empty desktop | Desktop with terminal emulators opened |
---|---|
Run this terminal command to install the dependencies
sudo apt install make gcc libx11-dev libxft-dev libxinerama-dev xorg git
This command will build DWM from source and install it. Binary will be stored in /usr/local/bin
sudo make clean install
ST is a simple terminal implementation.
Installation:
git clone https://git.suckless.org/st
cd st
make clean install
Important: if you don't use ST, you should change the terminal app in config.h
Rofi is an application launcher. You can just download it from your distribution's repository.
sudo apt install rofi
Important: if you don't use Rofi, you should change or remove the application launcher in config.h
.xinitrc
file to the home
folder: cp misc/.xinitrc ~/.xinitrc
dwm.desktop
file to the xsessions
folder: cp misc/dwm.desktop /usr/share/xsessions/dwm.desktop
.xsession
symbolic link: ln -s ~/.xinitrc ~/.xsession
.desktop
files from /usr/share/xsessions
Download from your distribution's repository feh
tool.
sudo apt install feh
Important: Default background file name - ~/.background.jpg
. You can change it in .xinitrc
file.
Install LightDM from your distribution's repository.
sudo apt install lightdm
DWM is a free software. You can run, modify and redistribute it under MIT/X Consortium License