aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://git.suckless.org/dwmLuke Smith2020-04-131-1/+1
|\
| * config.mk: fix POSIX_C_SOURCE macro for feature test for snprintf()Hiltjo Posthuma2020-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The feature test was incorrect: _POSIX_C_SOURCE=2 "The value 2 or greater additionally exposes definitions for POSIX.2-1992." http://man7.org/linux/man-pages/man7/feature_test_macros.7.html A higher value is needed (atleast 1995): https://pubs.opengroup.org/onlinepubs/9699919799/functions/snprintf.html FreeBSD feature test macro: on https://github.com/freebsd/freebsd/blob/master/include/stdio.h line 297 This was already fixed in dmenu. This fixes a warning on FreeBSD, reported by Plasmoduck on IRC, thanks.
* | dox on monitor commandsLuke Smith2020-04-131-0/+4
| |
* | arrows to tag or focus monitorsLuke Smith2020-04-131-7/+5
| |
* | use pidofLuke Smith2020-04-131-1/+1
| |
* | suppress if no dwmblocks to killLuke Smith2020-04-131-1/+1
| |
* | removing barpadding patchLuke Smith2020-04-132-18/+10
| |
* | readme fixes/switchesLuke Smith2020-04-131-3/+3
| |
* | scroll through on tagsLuke Smith2020-04-131-0/+2
| |
* | vanitygaps patch/fix and new & reorganized layoutsLuke Smith2020-04-135-346/+541
| |
* | note on statusbar clickabilityLuke Smith2020-04-131-0/+1
| |
* | clickable statuscmd patch with dwmblocksLuke Smith2020-04-132-4/+75
| |
* | updates to restart/quit cmdsLuke Smith2020-04-131-2/+2
| |
* | colorscheme notesLuke Smith2020-04-111-4/+2
| |
* | startup rmdLuke Smith2020-04-101-1/+0
| |
* | kill -HUP pid to restart, also mod+RLuke Smith2020-04-103-3/+35
| |
* | pulse documentation changesLuke Smith2020-04-091-5/+4
| |
* | Merge branch 'master' of github.com:LukeSmithxyz/dwmLuke Smith2020-04-091-1/+3
|\ \
| * \ Merge pull request #27 from NikkiSatmaka/NikkiSatmakaLuke Smith2020-04-041-1/+3
| |\ \ | | | | | | | | add xf86brightness up and down
| | * | add xf86brightness up and downNikki Satmaka2020-04-041-1/+3
| |/ / | | | | | | add xf86brightness up and down using xbacklight
* | | only show active tagsLuke Smith2020-04-091-8/+13
| | |
* | | start `startup` script if it existsLuke Smith2020-04-091-1/+2
| | |
* | | mod+c for calculatorLuke Smith2020-04-091-1/+1
| | |
* | | hardcoding audio systemLuke Smith2020-04-091-9/+25
| | |
* | | Merge branch 'master' of github.com:LukeSmithxyz/dwmLuke Smith2020-04-011-2/+2
|\| |
| * | Merge pull request #24 from jonmed/fix-readme-typoLuke Smith2020-04-011-2/+2
| |\ \ | | | | | | | | Fix libxft-bgra name in README
| | * | Fix libxft-bgra name in READMEJonatas Medeiros2020-04-011-2/+2
| |/ /
* / / renamed to webcamLuke Smith2020-03-311-1/+1
|/ /
* | statusbar infoLuke Smith2020-03-311-1/+1
| |
* | documentation changesLuke Smith2020-03-311-63/+58
| |
* | lmc required for alsa/pulse integrationLuke Smith2020-03-291-9/+9
| |
* | no mpv cacheLuke Smith2020-03-291-1/+1
| |
* | only cycle through active tagsLuke Smith2020-03-291-9/+26
| |
* | gimp starts on own tagLuke Smith2020-03-291-2/+2
| |
* | dumb abook hackLuke Smith2020-03-261-2/+2
| |
* | dox changeLuke Smith2020-03-261-2/+2
| |
* | email/scroll doxLuke Smith2020-03-241-3/+1
| |
* | dwmblocks started by defaultLuke Smith2020-03-241-0/+7
| |
* | larbs documentation built in to dwmLuke Smith2020-03-154-1/+343
| |
* | always assume to use greatest (even) webcam deviceLuke Smith2020-03-151-1/+1
| |
* | toggle transparency fixLuke Smith2020-03-151-1/+1
| |
* | increase masters moved to oLuke Smith2020-03-151-4/+4
| |
* | monocle mode totally removedLuke Smith2020-03-152-19/+2
| |
* | scroll lock toggles screenkeyLuke Smith2020-03-151-0/+1
| |
* | lf hardcoded; nmtui as WLuke Smith2020-03-151-5/+4
| |
* | prompt script now unnecessaryLuke Smith2020-03-131-6/+6
| |
* | libxft noteLuke Smith2020-03-131-0/+4
| |
* | showclip and batstat unnecessaryLuke Smith2020-03-021-2/+2
| |
* | xrdb added to dwmcLuke Smith2020-02-261-1/+1
| |
* | no padding in statusbar by defaultLuke Smith2020-02-261-2/+2
| |