Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-23 | merge | zachir | |
2021-09-23 | dwm: change scratchpads, termcmd to st | zachir | |
2021-09-21 | dwm: change theme, reorg scratchpads | ZachIR | |
2021-08-25 | Revert to 6.2 + patches, rather than arbitrary git version | zachir | |
2021-08-18 | remove volsv from makefile | zachir | |
2021-08-18 | Remove volsv (managed separately) | zachir | |
2021-08-04 | Update volsv | zachir | |
2021-08-04 | Fix Rules issue (NUL L), add sxhkd restart signal, change default term to urxvtc | zachir | |
2021-08-04 | Fix dwm signal on linux | zachir | |
2021-07-31 | Use hyper instead of alt, remove bluetooth scratchpad | zachir | |
2021-06-25 | Commend out section of sigdwmblocks() that uses sigqueue (not available on ↵ | zachir | |
OpenBSD) | |||
2021-06-25 | Change font from mononoki Nerd Font to mononoki Nerd Font Mono | zachir | |
2021-06-17 | Add togglescratch function to dwmc to toggle scratchpads | zachir | |
2021-06-17 | Use class for scratchpad instead of title, add ping scratchpad, and binding ↵ | zachir | |
for tcl layout | |||
2021-06-17 | Add triple column layout | zachir | |
2021-06-04 | Change scratchpads to use Alacritty, add scratchpad for 'ping', don't use ↵ | ZachIR | |
tabbed, and fix env issue with neomutt | |||
2021-03-25 | Add ability to ignore resize hints for terminals | zachir | |
2021-03-24 | Update patch.diff | zachir | |
2021-03-24 | Change back to pulsemixer (pipewire is finally working again) | zachir | |
2021-03-23 | Change pulsemixer to alsamixer, add neomutt scratchpad, add rule for Carla | zachir | |
2021-03-21 | Comment out unused command definitions | zachir | |
2021-03-20 | Add scratchpads patch | zachir | |
2021-03-20 | Add scratchpads (htop, term, pulsemixer, bluetoothctl, ncmpcpp) | zachir | |
2021-02-06 | Re-add patch | zachir | |
2021-02-06 | Move patch file | zachir | |
2021-02-06 | Remove unecessary rej file | zachir | |
2021-02-06 | Add a gitignore file | zachir | |
2021-02-06 | Update to follow upstream | zachir | |
2021-02-05 | Rebind incnmaster and setcfact | zachir | |
2021-02-05 | Update upstream volsv | zachir | |
2021-01-31 | Update volsv again | zachir | |
2021-01-31 | Use updated volsv | zachir | |
2021-01-31 | Fix double termcmd declaration issue | zachir | |
2021-01-31 | Install dwm desktop file too | zachir | |
2021-01-31 | Change font from 'mononoki' to 'mononoki Nerd Font', remove dependency on ↵ | zachir | |
sxhkd for keybindings | |||
2021-01-31 | Add desktop file | zachir | |
2021-01-31 | Update volsv script | zachir | |
2020-12-30 | Make unified patch | ZachIR | |
2020-12-30 | Update config.h | ZachIR | |
2020-12-12 | Move some keybindings to sxhkd (leave volsv, just uncomment config lines to ↵ | zachir | |
use as normal) | |||
2020-12-11 | Reorganize, switch back to st, etc. | zachir | |
2020-12-11 | Reconfigure dwm to use .config/dwm instead of .dwm/ | zachir | |
2020-11-11 | Update to latest config | zachir | |
2020-10-09 | Update dwm config | zachir | |
2020-09-13 | Update repo to 09132020 | ZachIR | |
2020-04-20 | setmfact: Unify bounds for compile-time and runtime mfact | Chris Down | |
There are two places that mfact can be set: - In the mfact global, which is defined at compile time and passed into m->mfact during monitor setup. No bounds checks are performed, but the comment alongside it says that valid values are [0.05..0.95]: static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */ - By setmfact, which adjusts m->mfact at runtime. It also does some minimum and maximum bounds checks, allowing [0.1..0.9]. Values outside of that range are ignored, and mfact is not adjusted. These different thresholds mean that one cannot setmfact 0.95 or 0.05, despite the comment above that lists the legal range for mfact. Clarify this by enforcing the same bounds in setmfact at runtime as those listed for mfact at compile time. | |||
2020-04-03 | config.mk: fix POSIX_C_SOURCE macro for feature test for snprintf() | Hiltjo Posthuma | |
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. | |||
2019-02-02 | Prepare 6.2 release. | Anselm R Garbe | |
2018-06-02 | pledge: add rpath promise for the ugly Xft font fallback | Hiltjo Posthuma | |
2018-06-02 | Makefile: just show the compiler output | Hiltjo Posthuma | |
Don't be fancy and just show the actual output so debugging is simpler. |