Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
Nikreaz edited this page Nov 27, 2023 · 2 revisions

Welcome to the dwm-dotfiles wiki!

How to install?

cd into .config/dwm direcotry,

run $ make && sudo make clean install

Q&A:

Can i contribute? -- I haven't set the xwallpaper to be started automatically yet. If you want to help, feel free to. Any help appreciated.

Win + Return does nothing!

This is the problem with your graphics card, my config uses Kitty terminal which requires OpenGL 3.3 to run. If you're using an old laptop (for example, Thinkpad) you can use Alacritty instead.

Modify the static const char *termcmd[] = { "kitty", NULL }; in .config/dwm/config.h to alacritty / any other terminal and recompile dwm sources.

The status bar icons are gibberish!

Download the fira code nerd font.

Clone this wiki locally