Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2022-12-15
| ||
03:45 | merge 6.2+tracker.3 Leaf check-in: d6be9a30be user: r14c tags: trunk, master | |
03:43 | update config.def.h, update ignore-glob check-in: b4bc1259ed user: r14c tags: trunk, master | |
2022-12-07
| ||
06:46 | update default shell, add pavucontrol to tag list check-in: aeb88e53ea user: r14c tags: trunk, master | |
2021-03-24
| ||
15:39 | add tag rule check-in: f06400097e user: xj9@sunshinegardens.org tags: trunk, master | |
14:59 | add more tag rules check-in: e714375b9a user: xj9@sunshinegardens.org tags: trunk, master | |
2020-12-03
| ||
03:35 | default to alacritty Leaf check-in: bac0926d8c user: xj9@sunshinegardens.org tags: trunk, 6.2+tracker.3 | |
2020-11-12
| ||
20:44 | Merge branch 'master' of ssh://git.hackers.town:2222/xj9/xjdwm into master check-in: 72739a06a9 user: xj9@sunshinegardens.org tags: trunk, 6.2+tracker.2 | |
20:40 | update config check-in: 443e343b06 user: xj9@sunshinegardens.org tags: trunk | |
2020-08-07
| ||
23:11 | update tags, prefer xfce4-terminal until st bugs are sorted out check-in: 2465816b5b user: xj9@sunshinegardens.org tags: trunk | |
2020-02-11
| ||
17:02 | tag cantata, firefox check-in: a4c28998db user: xj9@sunshinegardens.org tags: trunk | |
2020-01-31
| ||
15:42 | add tags for dino, keepass, and syncthing gtk check-in: bb67ef3a57 user: xj9@sunshinegardens.org tags: trunk | |
2020-01-03
| ||
06:25 | sort claws-mail, update icons check-in: ebfee38a60 user: xj9@sunshinegardens.org tags: trunk, 6.2+tracker.1 | |
2019-11-08
| ||
15:43 | use inbox icon check-in: f146a5fd8a user: xj9@sunshinegardens.org tags: trunk | |
2019-11-06
| ||
19:03 | fix steam and mumble positions check-in: 980e27d269 user: xj9@sunshinegardens.org tags: trunk | |
00:45 | update icons, window placement rules check-in: edce7099eb user: xj9@sunshinegardens.org tags: trunk | |
2019-11-02
| ||
01:05 | apply dwm-systray-20190208-cb3f58a.diff check-in: 409737bd85 user: xj9@sunshinegardens.org tags: trunk | |
00:59 | professional usability tweaks check-in: d7c3823854 user: xj9@sunshinegardens.org tags: trunk | |
2019-11-01
| ||
19:48 | use Hermit, correct KeePassXC bitmask check-in: c334768328 user: xj9@sunshinegardens.org tags: trunk | |
2019-10-27
| ||
18:41 | copy config from rikako check-in: ba2b7476f4 user: xj9@sunshinegardens.org tags: trunk | |
2019-10-09
| ||
20:02 | add .gitignore check-in: d032ffa86e user: xj9@sunshinegardens.org tags: trunk | |
20:00 | apply dwm-alternativetags-6.2.diff check-in: 87c72d090a user: xj9@sunshinegardens.org tags: trunk | |
19:59 | apply dwm-fibonacci-5.8.2.diff check-in: e01c39554b user: xj9@sunshinegardens.org tags: trunk | |
2019-02-02
| ||
12:50 | Prepare 6.2 release. check-in: e315133f97 user: anselm@garbe.ca tags: trunk, 6.2 | |
2018-06-02
| ||
15:15 | pledge: add rpath promise for the ugly Xft font fallback check-in: a2fd87a00f user: hiltjo@codemadness.org tags: trunk | |
15:10 | Makefile: just show the compiler output Don't be fancy and just show the actual output so debugging is simpler. check-in: b9d22dfab2 user: hiltjo@codemadness.org tags: trunk | |
14:56 | Do not strip at link stage Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well. check-in: 11f8b0a199 user: hiltjo@codemadness.org tags: trunk | |
2018-05-25
| ||
09:49 | Pledge on OpenBSD check-in: 23ef1e95e4 user: hiltjo@codemadness.org tags: trunk | |
04:56 | 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 check-in: 3158b15392 user: hiltjo@codemadness.org tags: trunk | |
2018-05-12
| ||
17:19 | Function declarations in correct order. In dwm.c function declarations are in alphabetical order except for updategeom(). There doesn't appear to be any reason for this, so this patch corrects that, and now all function declarations are in alphabetical order. check-in: d83c74b7a6 user: hiltjo@codemadness.org tags: trunk | |
17:14 | remove old TODO and BUGS entries the bug in the dwm man page is an (ancient) Java issue. Thanks David and quinq for the patches and feedback! check-in: af999549af user: hiltjo@codemadness.org tags: trunk | |
2018-03-14
| ||
20:03 | update README: remove mentioning the old dextra repo Thanks Christopher Drelich <cd@cdrakka.com> check-in: 07571534c8 user: hiltjo@codemadness.org tags: trunk | |
20:02 | All functions in alphabetical order except for this one. check-in: 04230d3c17 user: hiltjo@codemadness.org tags: trunk | |
16:46 | ColBorder has been moved to the enum with ColFg and ColBg. check-in: 8ed07bd8d3 user: hiltjo@codemadness.org tags: trunk | |
2017-12-27
| ||
12:36 | dont NUL terminate _NET_WM_NAME Reported by Kernc, thanks! "This makes a particular program that uses libwnck [1] fail after: Wnck-WARNING **: Property _NET_WM_NAME contained invalid UTF-8 in this code [2] because the returned string contains a '\0' and the documentation for g_utf8_validate() [3] explicitly states that when string length is provided, no nul bytes are allowed." It is not entirely clear it is incorrect, other WM's seem to not NUL terminate it either though. check-in: d52bbe6c19 user: hiltjo@codemadness.org tags: trunk | |
2017-11-03
| ||
20:20 | sync dmenu drw.{c,h} code: use Clr* (was Scm) check-in: 649f6882fa user: hiltjo@codemadness.org tags: trunk | |
20:14 | gettextprop: check result of XGetTextProperty (undefined behaviour for XFree) check-in: e64b319253 user: hiltjo@codemadness.org tags: trunk | |
19:40 | Set class name on status bar This is useful for configuring compositors to ignore the status bar window. check-in: eeb1aa4cf3 user: hiltjo@codemadness.org tags: trunk | |
2017-10-11
| ||
07:46 | simplify isfixed conditions check-in: c45aafc28e user: garbeam@gmail.com tags: trunk | |
2017-05-08
| ||
19:08 | yet another cleanup The previous patches introduced some unclean space-based indentation patterns. This patch fixes them. check-in: e19ef7d489 user: garbeam@gmail.com tags: trunk | |
2017-03-28
| ||
18:23 | Don't restrict snap in mousemove This also fixes a bug where client windows only switch to floating mode when the mouse is dragged in one specific direction. check-in: 66f9a54653 user: anselm@garbe.us tags: trunk | |
18:23 | Button passthrough when client is not focused Before this change it is not possible to press a button in a client on the first click if the client is not yet focused. The first click on the button would only focus the client and a second click on the button is needed to activate it. This situation can occur when moving the mouse over a client (therefore focusing it) and then moving the focus to another client with keyboard shortcuts. After this commit the behavior is fixed and button presses on unfocused clients are passed to the client correctly. check-in: 396935084e user: anselm@garbe.us tags: trunk | |
18:23 | 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. check-in: fe958cc0f2 user: anselm@garbe.us tags: trunk | |
2016-12-05
| ||
09:16 | applied Markus' tagset purge of alternative view on _NET_ACTIVE_WINDOW event check-in: f3efeb9a4b user: garbeam@gmail.com tags: trunk | |
09:09 | applied Ivan Delalande's NET_SUPPORTING_WM_CHECK patch for gtk3 compatibility check-in: acce372946 user: garbeam@gmail.com tags: trunk | |
09:05 | applied Ian Remmler's man page adjustment suggestions check-in: 64e1db8928 user: garbeam@gmail.com tags: trunk | |
09:01 | applied Markus' decouple color-scheme patch check-in: b77cc92d1b user: garbeam@gmail.com tags: trunk | |
08:54 | applied Markus' clarify status text padding patch check-in: 328d01fc46 user: garbeam@gmail.com tags: trunk | |
2016-11-15
| ||
16:35 | LICENSE: update people check-in: 57dec1b8d6 user: hiltjo@codemadness.org tags: trunk | |
16:35 | dwm.1: add keybinding for spawning dmenu check-in: 94488ef8a4 user: hiltjo@codemadness.org tags: trunk | |
2016-11-05
| ||
10:34 | die() on calloc failure thanks Markus Teich and David! check-in: 46ea982945 user: hiltjo@codemadness.org tags: trunk | |