Commit graph

1716 commits

Author SHA1 Message Date
Jonathan Hodgson
27e95ed9e2 Makes terminal swallow applications opened from it 2019-06-12 09:32:36 +01:00
Jonathan Hodgson
33553f8c57 Merge branch 'swallow' 2019-06-11 14:26:57 +01:00
Jonathan Hodgson
7004f485f5 Adds swallow patch 2019-06-11 14:23:57 +01:00
Jonathan Hodgson
a83a15527c Makes attach below a variable int 2019-06-11 14:19:42 +01:00
Jonathan Hodgson
046b66b1d6 Fix typo 2019-06-02 17:48:06 +01:00
Jonathan Hodgson
8134bb17f5 Merge branch 'attachbelow' 2019-06-02 15:16:30 +01:00
Jonathan Hodgson
362b95a5b9 Allows attach below to be toggled 2019-06-02 15:11:57 +01:00
Jonathan Hodgson
a047e3721c Merge branch 'master' of github.com:Jab2870/dwm 2019-05-29 19:50:46 +01:00
Jonathan Hodgson
e6218d57b8 Adds shortcut for fibonachi layout 2019-05-29 19:40:39 +01:00
Jonathan Hodgson
3b046cc298 Merge branch 'fibonacci' 2019-05-28 17:03:37 +01:00
Jonathan Hodgson
8c445b5368 Applies the fibonachi patch 2019-05-28 17:01:46 +01:00
Jonathan Hodgson
e73c4b4391 Stops atatch after 2019-05-28 16:58:33 +01:00
Jonathan Hodgson
7c01eac9a7 Adds shortcut for lock / shutdown 2019-05-28 15:40:54 +01:00
Jonathan Hodgson
a3fdaddab1 Merge branch 'fakefullscreen' 2019-05-23 19:35:20 +01:00
Jonathan Hodgson
7cc04ac97d Applies the fakefullscreen patch 2019-05-23 19:34:48 +01:00
Jonathan Hodgson
d07d47ccb8 Adds binding for play/pause 2019-05-23 19:30:40 +01:00
Jonathan Hodgson
8a9ab33762 Adds tripple col layout 2019-05-20 18:41:37 +01:00
Jonathan Hodgson
e359481391 Adds greenclip and date shortcuts 2019-05-16 10:51:50 +01:00
Jonathan Hodgson
bdc4d25b7a Makes screenshot and qutebrowser work 2019-05-08 08:44:28 +01:00
Jonathan Hodgson
19b00e88f7 Merge branch 'movestack' 2019-05-08 07:17:19 +01:00
Jonathan Hodgson
41c868c3b4 Adds the shifting options to the man page 2019-05-08 07:13:42 +01:00
Jonathan Hodgson
f9104b0615 Applies the movestack patch 2019-05-08 07:10:53 +01:00
Jonathan Hodgson
91ba827d09 Start work on screenshot shortcuts 2019-05-07 08:16:46 +01:00
Jonathan Hodgson
fbd5f440a8 Merge branch 'attachbelow' 2019-05-06 20:57:45 +01:00
Jonathan Hodgson
7568ea3f87 Makes changes to man page to reflect attach below patch 2019-05-06 20:29:04 +01:00
Jonathan Hodgson
e212c1d8cb fixes comment 2019-05-06 20:29:04 +01:00
Jonathan Hodgson
ee036687ed Adds attach below option 2019-05-06 20:29:04 +01:00
Jonathan Hodgson
0b94735e27 Make super q close and super shift r restart 2019-05-06 20:15:27 +01:00
Jonathan Hodgson
5b22fb5af7 Merge branch 'attachbelow' 2019-05-06 20:00:39 +01:00
Jonathan Hodgson
a7ac4461fc Makes changes to man page to reflect attach below patch 2019-05-06 20:00:30 +01:00
Jonathan Hodgson
277d9634c9 Makes changes to man page to reflect my modifications 2019-05-06 19:57:38 +01:00
Jonathan Hodgson
0c6eb7eaa0 Merge branch 'attachbelow' 2019-05-06 19:29:21 +01:00
Jonathan Hodgson
e05b2bdfbe fixes comment 2019-05-06 19:27:57 +01:00
Jonathan Hodgson
323333d74b sets resizehints to 0 2019-05-06 19:24:10 +01:00
Jonathan Hodgson
101ec082aa Merge branch 'attachbelow' 2019-05-06 18:41:46 +01:00
Jonathan Hodgson
5c49717b93 Adds attach below option 2019-05-06 18:34:40 +01:00
Jonathan Hodgson
b1d0a2a645 Some small changes to keybindings and hide bar by default
uses super key as mod

mod enter opens terminal

usese folder-shell command for spawning terminal

mod shift enter puts something in the master area
2019-05-06 17:46:04 +01:00
Jonathan Hodgson
e9245f0cff Adds gitignore 2019-05-06 17:45:09 +01:00
Jonathan Hodgson
dfec677e4c Adds my readme 2019-05-06 13:12:39 +01:00
Anselm R Garbe
cb3f58ad06 Prepare 6.2 release. 2019-02-02 04:50:42 -08:00
Hiltjo Posthuma
b69c870a30 pledge: add rpath promise for the ugly Xft font fallback 2018-06-02 17:15:42 +02:00
Hiltjo Posthuma
e78b4a9207 Makefile: just show the compiler output
Don't be fancy and just show the actual output so debugging is simpler.
2018-06-02 17:10:28 +02:00
Klemens Nanni
3cd4023fb3 Do not strip at link stage
Building with debug symbols is worthless unless LDFLAGS are manually
adjusted as well.
2018-06-02 16:56:10 +02:00
Klemens Nanni
f40f86fa87 Pledge on OpenBSD 2018-05-25 11:49:30 +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
Christopher Drelich
c8e9479186 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.
2018-05-12 19:19:20 +02:00
Hiltjo Posthuma
10dfa65860 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!
2018-05-12 19:14:19 +02:00
Hiltjo Posthuma
3bd8466e93 update README: remove mentioning the old dextra repo
Thanks Christopher Drelich <cd@cdrakka.com>
2018-03-14 21:03:11 +01:00
Christopher Drelich
76c8c16d79 All functions in alphabetical order except for this one. 2018-03-14 21:02:06 +01:00
Christopher Drelich
3cb34830eb ColBorder has been moved to the enum with ColFg and ColBg. 2018-03-14 17:46:48 +01:00