Commit Graph

152 Commits

Author SHA1 Message Date
David JULIEN 0bc8adf77d
feat: manage font and colors through xrdb
add dwm-xresources patch
2021-03-14 19:35:37 +01:00
David JULIEN 74962441df feat: add floating terminal rule 2021-03-10 19:57:25 +01:00
David JULIEN 7ec4c7f257 feat: remove default tags for certain applications
also remove icons in tagbar
2021-03-02 21:32:59 +01:00
David JULIEN 4003db56b3 feat: remove window title in statusbar 2021-03-02 21:31:57 +01:00
David 5737a571f7 feat: center (floating patch) + rule for ncmpcpp
ncmpcpp can be spawned in a centered floating window
2021-02-06 00:09:28 +01:00
David 1862e61846 fix: change floating toggle keybinding
was conflicting with another sxhkd keybinding
2020-11-10 12:07:27 +01:00
David 0fcae098e8 fixup: revert workspace 1 icon 2020-11-10 12:07:13 +01:00
David 926e456d74 feat: change font and workspace icons 2020-09-03 22:20:52 +02:00
swytch 7de0fb34aa feat: add `swallow` patch
`st` now "swallows" windows for programs like `mpv` or `sxiv`
    -> doesn't open a new window, displays it in place of terminal
    window instead

    -> updated README accordingly
2020-07-11 17:15:58 +02:00
swytch 9c08b51e34 fix: SUPER-= now resets the gapps 2020-07-11 17:15:43 +02:00
swytch fa2aa52e77 feat: change default gap size to 25 2020-07-11 17:13:49 +02:00
swytch ee18cbef48 feat: let go of Brave, use Firefox instead
change browser for tag#2
2020-07-11 17:13:40 +02:00
swytch d13b8977b1 feat: change colorscheme
gray is darker
2020-07-11 17:13:27 +02:00
swytch 6b9ad72848 init fork 2020-07-11 17:09:05 +02:00
Hiltjo Posthuma c3a2e016bb config.def.h: ClkTagBar missing from comment
by Christopher Drelich <cd@cdrakka.com>

Patch was mangled on the ML, also adjusted the order to be the same as
the enum in dwm.c
2018-05-25 06:56:36 +02:00
Markus Teich 2952b68db8 cleanup
- unify multi-line expression alignment style.
- unify multi-line function call alignment style.
- simplify client moving on monitor count decrease.
- clarify comment for focusin().
- remove old confusing comment about input focus fix in focusmon(). The
  explanation is already in the old commit message, so no need to keep it in the
  code.
- remove old comment describing even older state of the code in focus().
- unify comment style.
- break up some long lines.
- fix some typos and grammar.
2017-03-28 20:23:28 +02:00
Anselm R Garbe 975c898376 applied Markus' decouple color-scheme patch 2016-12-05 10:01:33 +01:00
Hiltjo Posthuma 56a31dc4a7 config.def.h: style improvement, use color Scheme enum 2016-06-28 18:04:56 +02:00
Markus Teich 7af4d439bd import new drw from libsl and minor fixes.
- better scaling for occupied tag squares.
- draw statusline first to omitt some complicated calculations.
2016-06-26 13:52:36 +02:00
Hiltjo Posthuma 3c91283ede unboolification 2015-11-08 22:48:43 +01:00
Hiltjo Posthuma 43e82adf0d separate program-specific c99 bool and X11
True, False are X11-specific (int), make sure to use c99 stdbool for
program-specific things.
2015-11-08 20:35:25 +01:00
Hiltjo Posthuma 7e1182ce55 config.h: use common default font, pass Xft font name to dmenu
dmenu uses Xft now (soon to be released).
2015-10-20 23:10:54 +02:00
Eric Pruitt 14343e69cc Add Xft and follback-fonts support to graphics lib 2015-03-13 21:44:22 +01:00
Anselm R Garbe 6af273771c applied improved version of Martti Kühne's dmenu/multi monitor approach from dwm, no dmenuspawn required 2013-08-02 22:40:20 +02:00
Anselm R Garbe 4fb31e0896 do not take our font declaration as default for st 2013-07-20 09:08:46 +02:00
Anselm R Garbe 7edc596311 include font argument for st by default 2013-05-02 17:31:22 +02:00
Anselm R Garbe 656882d76f use st as default terminal from now on 2013-05-01 15:41:44 +02:00
anselm@garbe.us 61fe833a06 reverting to plain X11 fonts in order to implement draw.c default 2012-11-18 10:56:54 +01:00
anselm@garbe.us fd3c19bd55 incorporating Xft instead of cairo, cairo provides far too many options 2012-11-02 12:17:50 +01:00
anselm@garbe.us c4b6ac812e added 20h's clarification 2012-01-22 20:23:49 +01:00
Connor Lane Smith f099d2d5b5 new default colour scheme 2011-11-06 20:36:23 +01:00
Connor Lane Smith b1a28ae1da apply nmaster patch 2011-10-25 20:40:46 +01:00
anselm@garbe.us c6180949a7 applied Sylvain Laurent's EWMH fullscreen state patch, simplified his patch a bit 2010-05-27 08:19:08 +01:00
Anselm R Garbe c3feffa1e2 applied Tony Lainson's config.def.h patch 2009-09-15 13:50:41 +01:00
Anselm R Garbe 758b100d12 extended rule to apply monitors if set up accordingly 2009-07-09 21:52:17 +01:00
Anselm R Garbe 565050ac51 removed monsyms, useless 2009-07-09 11:29:01 +01:00
Anselm R Garbe 5e408d8ff6 restricting number of mons by length of monsyms 2009-07-09 11:21:06 +01:00
Anselm R Garbe 1724f7fa43 introducing const where it might make some sense 2009-07-08 18:59:20 +01:00
Anselm R Garbe a9e145fe6d changed focusmon/tagmon to work on prev/next instead (-1/+1), changed shortcuts to Mod1-, Mod1-. and Mod1-Shift-, Mod1-Shift-. 2009-07-02 20:37:26 +01:00
Anselm R Garbe ca376970db more sensible 2009-07-02 16:48:54 +01:00
Anselm R Garbe 8352f2b3a8 hmm, can't decide on the default monitor symbol set 2009-07-02 16:47:00 +01:00
Anselm R Garbe d4bfde79f3 update 2009-07-02 16:44:57 +01:00
Anselm R Garbe 7ac8c1d4e1 introduced monitor symbols 2009-07-02 16:41:52 +01:00
Anselm R Garbe 1d729384d1 several bugfixes 2009-07-01 19:15:20 +01:00
Anselm R Garbe 1ddfc571ae several simplifications 2009-06-30 19:39:59 +01:00
Anselm R Garbe c2fff604a7 we need a tagset per monitor, removed tagset declaration from config.h 2009-06-20 17:02:55 +01:00
Anselm R Garbe 2ce37bc69e experimental xinerama support, two new actions, Mod1-w/e and Mod1-Shift-w/e 2009-06-20 15:10:04 +01:00
Anselm R Garbe 2dbfda72f0 removed MAXTAGLEN 2009-05-29 09:29:22 +01:00
Anselm R Garbe 565697087b applied Gottox' patches, and also removed usegrab 2009-03-17 19:53:00 +00:00
a@null 0b5dcf229f applied Neale Pickett's xprop status reading patch, updated README and dwm.1 accordingly 2008-12-12 19:49:06 +00:00