• Stars
    star
    192
  • Rank 201,028 (Top 4 %)
  • Language
    C
  • License
    MIT License
  • Created almost 5 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A bloated build of dwm with systemtray, gaps, customized tags and other appearance changes

David's build of dwm

äø­ę–‡ē‰ˆ

dwm is an extremely fast, small, and dynamic window manager for X.

BTW, my scripts are in this repo.

Requirements

In order to build dwm you need the Xlib header files.

Installation

Edit config.mk to match your local setup (dwm is installed into the /usr/local namespace by default).

Afterwards enter the following command to build and install dwm (if necessary as root):

make clean install

Patches applied

Running dwm

Add the following line to your .xinitrc to start dwm using startx:

exec dwm

In order to connect dwm to a specific display, make sure that the DISPLAY environment variable is set correctly, e.g.:

DISPLAY=foo.bar:1 exec dwm

(This will start dwm on display :1 of the host foo.bar.)

In order to display status info in the bar, you can do something like this in your .xinitrc:

while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
do
	sleep 1
done &
exec dwm

More Repositories

1

nvim

The Ultimate NeoVim Config for Colemak Users
Vim Script
1,988
star
2

.config

My dotfiles
Shell
431
star
3

vimrc-example

Vim Script
210
star
4

.vim

Iā€™m using Neovim now: https://github.com/theniceboy/nvim
Vim Script
205
star
5

Todolist-SwiftUI

Swift
87
star
6

nvim-deus

vim-deus with treesitter support
Lua
71
star
7

scripts

useful scripts
Shell
53
star
8

joshuto.nvim

Lua
48
star
9

st

My build of st
C
43
star
10

HoldToSaveImage

A UIWebView (using Swift 3.0) that allows users to save a image from webview to their photo album with the common gesture: press and hold (long press).
Swift
25
star
11

vim-calc

A vim plugin that calculates math equations in the current buffer
Python
21
star
12

implicitly_animated_reorderable_list_2

A fork of the Flutter package implicitly_animated_reorderable_list
Dart
20
star
13

dwm-hide-and-restore-win.diff

A patch to dwm that allows users to hide and restore windows via keyboard shortcuts
18
star
14

learn-japanese

Python
17
star
15

wallpapers

12
star
16

fzf-gitignore

Forked from fszymanski/fzf-gitignore
Vim Script
6
star
17

security_scoped_resource

Allows an iOS Flutter App to access a greater scope of the file system
Dart
6
star
18

SwiftDictQuery

macOS framework written in Swift that can make queries to given MDict files
Swift
3
star
19

Assignist

Know All Your Assignments!
Swift
3
star
20

git-yolo

You only live once.
Go
2
star
21

Hag-Notes

2
star
22

CW-Air-Surfing

A 3D game written in pure C++ using DarkGDK and OpenGL
Logos
1
star
23

dmenu

David's build of dmenu
C
1
star
24

fzf-lua

Temporary fork of fzf-lua because the original repo disappeared
Lua
1
star
25

Macbeth-Quotes

Macbeth Quotes Quiz Creator
HTML
1
star
26

Calculator

A simple calculator
Swift
1
star
27

FIFA_Player-Creator

A tool that helps you create your own fifa 14/15/16 players
JavaScript
1
star