aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* causes fewer problemsLuke Smith2020-05-021-1/+1
|
* expandible scratchpad patchLuke Smith2020-04-263-6/+60
| | | | | | super+shift+return for dropdown terminal super+' for dropdown calculator
* super+shift+q runs sysactLuke Smith2020-04-261-1/+1
|
* old scratchpad patch removedLuke Smith2020-04-262-37/+1
|
* Merge branch 'stuff'Luke Smith2020-04-264-38/+60
|\
| * Merge branch 'master' of github.com:LukeSmithxyz/dwm into HEADLuke Smith2020-04-260-0/+0
| |\
| | * Merge pull request #42 from AlexSyssoyev/patch-1Luke Smith2020-04-251-1/+1
| |/| |/| | | | | Change bg address on xcompmgr toggle
| | * Change bg address on xcompmgr toggleAlexei Syssoyev2020-04-251-1/+1
| |/ |/|
| * don't necessarily restart dwmblocksLuke Smith2020-04-261-1/+1
| |
| * gitignoreLuke Smith2020-04-261-0/+5
| |
| * big binds changeLuke Smith2020-04-262-37/+54
|/
* Merge pull request #36 from jlaw/patch-1Luke Smith2020-04-171-1/+1
|\ | | | | fix: Typo; -sb assigned the wrong color
| * fix: Typo; -sb assigned the wrong colorJackson Law2020-04-171-1/+1
|/
* readme updatesLuke Smith2020-04-141-11/+14
|
* old junk rmdLuke Smith2020-04-141-40/+0
|
* swallow patchLuke Smith2020-04-143-9/+189
|
* Merge branch 'kronikpillow-master'Luke Smith2020-04-143-68/+129
|\
| * Merge branch 'master' of https://github.com/kronikpillow/dwm into ↵Luke Smith2020-04-143-68/+129
|/| | | | | | | kronikpillow-master
| * updated vanitygaps with latest fixes from original authorKronikPillow2020-04-143-68/+129
| |
* | bindings and documentation cleanupLuke Smith2020-04-142-18/+4
| |
* | sysact to replace system bindsLuke Smith2020-04-141-8/+8
| |
* | dwmc removedLuke Smith2020-04-143-124/+2
| |
* | pamixer for quicker audio commandsLuke Smith2020-04-141-25/+9
| |
* | lolLuke Smith2020-04-141-2/+2
|/
* 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