Commit Graph

  • 190d3cd72d Fixed segfault issues with moving windows between monitors. Still some issues with centerfirst states persistion when moving windows between monitors. master Sheldon Lee 2021-12-23 05:40:26 +0800
  • 8ed3417a0d Added configuration option. this is so it works with commit 138b405f0c Sheldon Lee 2021-12-21 22:49:10 +0800
  • 8c144824cb Merge remote-tracking branch 'suckless/master' Sheldon Lee 2021-12-21 22:12:26 +0800
  • 409a9dfcfa Adapted center first now works with Pertag. Sheldon Lee 2021-12-21 21:54:13 +0800
  • 4a8274e7b0 Pointer warps only on monitor change. Sheldon Lee 2021-12-21 17:04:42 +0800
  • 27666c8a81 Applied cursorwarp patch for multimonitor. Sheldon Lee 2021-12-21 16:44:08 +0800
  • 8657affa2a drawbar: Don't expend effort drawing bar if it is occluded Chris Down 2021-12-18 16:58:23 +0000
  • 86099dc671 Color changes. Sheldon Lee 2021-12-11 02:57:20 +0800
  • a88bcadf53 Applied pertag patch. Sheldon Lee 2021-11-20 17:05:14 +0800
  • ccb185455c Updated appearance. Sheldon Lee 2021-11-17 18:30:38 +0800
  • ca11036e83 Updated rules. sheldonmlee 2021-11-09 01:41:58 +0800
  • f18f8bb346 Updated rofi command. sheldonmlee 2021-11-04 02:27:04 +0800
  • 7c60b0a79c Add toggle for first window centering. sheldonmlee 2021-10-23 19:29:45 +0800
  • 1a9dc79b92 Added patches that have been applied. sheldonmlee 2021-10-22 04:01:43 +0800
  • 483b8be753 Added center patch, along with own modifications. Tiled layout now horizontally centers windows with iscentered rule, if it is the only window. sheldonmlee 2021-10-22 03:59:38 +0800
  • 396367b271 Changed bindings and updated rules. sheldonmlee 2021-09-11 22:32:04 +0800
  • a786211d6c Revert "Improve speed of drw_text when provided with large strings" Hiltjo Posthuma 2021-08-20 23:09:48 +0200
  • 716233534b Improve speed of drw_text when provided with large strings Miles Alan 2021-08-09 18:24:14 +0200
  • 138b405f0c Add a configuration option for fullscreen locking Quentin Rameau 2021-07-12 23:44:16 +0200
  • 38abd88af0 Merge branch 'master' of github.com:sheldonmlee/dwm sheldonmlee 2021-07-13 16:36:11 +0800
  • 0408655223 Added rule for lutris. sheldonmlee 2021-07-13 16:35:56 +0800
  • d702fa7877 Changed window class name for firefox rule. Sheldon Lee 2021-07-13 15:03:59 +0800
  • 7737b001e6 Fixed syntax error. Sheldon Lee 2021-07-13 15:03:18 +0800
  • 2f0b477545 Added gaming mode. This disables dwm's handling of modifier combos, so you can use them in game without conflict. sheldonmlee 2021-07-07 20:35:50 +0800
  • 1b5d39f394 Updated bindings. sheldonmlee 2021-05-23 20:48:31 +0800
  • 07279cd4d3 Added toggle layout functionality. sheldonmlee 2021-05-23 14:00:10 +0800
  • 1560fd35ca Added/changed keybinds for scripts, layouts and slock. Added keybind for slock. Added keybind for all.sh script. Changed monocle layout keybind to toggle. Added keybind for Centered Master layout. sheldonmlee 2021-05-23 13:57:22 +0800
  • f664f84e42 Added centered master layout patch. sheldonmlee 2021-05-17 17:27:51 +0800
  • efbd9a57cd Changed "tag all" keybind. sheldonmlee 2021-05-16 22:36:38 +0800
  • 67d76bdc68 Do not allow focus to drift from fullscreen client via focusstack() Chris Down 2020-07-02 20:18:30 +0100
  • 9494dbdbeb Changed font for rofi command. sheldonmlee 2021-03-22 14:58:15 +0800
  • a2ef6d4ad1 Added rules for Unreal Engine. sheldonmlee 2021-03-02 20:00:04 +0800
  • fb2f5cfd77 Bound screenshot key. sheldonmlee 2021-02-18 22:30:11 +0800
  • f2aa477991 Changed autostart script path. sheldonmlee 2021-02-18 22:29:33 +0800
  • 00fa39aa16 Added autostart patch and changed path. sheldonmlee 2021-02-18 21:45:04 +0800
  • 3493048508 Applied patch 'dwm-fixborders-6.2.diff'. sheldonmlee 2021-02-18 21:30:32 +0800
  • 1516ccab62 Added config.h sheldonmlee 2021-02-18 21:09:17 +0800
  • d7797770d9 renamed README.md sheldonmlee 2021-02-18 21:09:00 +0800
  • 61bb8b2241 Fix x coordinate calculation in buttonpress. Ian Remmler 2020-03-03 16:23:53 -0600
  • bb2e7222ba dwm.1: fix wrong text in man page Hiltjo Posthuma 2020-07-08 18:05:50 +0200
  • f04cac6d6e Fix memory leaks in drw Alex Flierl 2020-06-11 15:28:32 +0200
  • f09418bbb6 dwm crashes when opening 50+ clients (tile layout) bakkeby 2020-04-23 09:50:54 +0200
  • ed3ab6b4fc drawbar: Don't shadow sw global Chris Down 2020-04-22 15:48:27 +0100
  • f087d20e6e getatomprop: Add forward declaration Chris Down 2020-04-22 15:48:08 +0100
  • a8e9513783 setmfact: Unify bounds for compile-time and runtime mfact Chris Down 2020-04-20 16:41:52 +0100
  • c82db690cc config.mk: fix POSIX_C_SOURCE macro for feature test for snprintf() Hiltjo Posthuma 2020-04-03 15:36:32 +0200
  • cb3f58ad06 Prepare 6.2 release. Anselm R Garbe 2019-02-02 04:50:42 -0800
  • b69c870a30 pledge: add rpath promise for the ugly Xft font fallback Hiltjo Posthuma 2018-06-02 17:15:42 +0200
  • e78b4a9207 Makefile: just show the compiler output Hiltjo Posthuma 2018-06-02 17:04:44 +0200
  • 3cd4023fb3 Do not strip at link stage Klemens Nanni 2018-06-02 15:12:42 +0200
  • f40f86fa87 Pledge on OpenBSD Klemens Nanni 2018-05-25 07:56:27 +0200
  • c3a2e016bb config.def.h: ClkTagBar missing from comment Hiltjo Posthuma 2018-05-25 06:56:36 +0200
  • c8e9479186 Function declarations in correct order. Christopher Drelich 2018-05-02 18:09:50 -0400
  • 10dfa65860 remove old TODO and BUGS entries Hiltjo Posthuma 2018-05-12 19:14:19 +0200
  • 3bd8466e93 update README: remove mentioning the old dextra repo Hiltjo Posthuma 2018-03-14 21:03:11 +0100
  • 76c8c16d79 All functions in alphabetical order except for this one. Christopher Drelich 2018-03-14 13:58:06 -0400
  • 3cb34830eb ColBorder has been moved to the enum with ColFg and ColBg. Christopher Drelich 2018-03-14 17:44:53 +0100
  • db2236001c dont NUL terminate _NET_WM_NAME Hiltjo Posthuma 2017-12-27 13:36:53 +0100
  • 3756f7f6b8 sync dmenu drw.{c,h} code: use Clr* (was Scm) Hiltjo Posthuma 2017-11-03 21:20:48 +0100
  • 99f78fa553 gettextprop: check result of XGetTextProperty (undefined behaviour for XFree) Hiltjo Posthuma 2017-11-03 16:36:32 +0100
  • a9b6a312a7 Set class name on status bar Omar Sandoval 2017-11-03 09:58:38 -0700
  • 6aa8e37efe simplify isfixed conditions Daniel Cousens 2017-10-11 08:10:45 +1100
  • ceac8c91ff yet another cleanup Anselm R Garbe 2017-05-08 21:08:27 +0200
  • 5b238c8dab Don't restrict snap in mousemove Markus Teich 2017-01-07 17:21:30 +0100
  • 022d076054 Button passthrough when client is not focused Markus Teich 2017-01-07 17:21:29 +0100
  • 2952b68db8 cleanup Markus Teich 2017-01-07 17:21:28 +0100
  • bb3bd6fec3 applied Markus' tagset purge of alternative view on _NET_ACTIVE_WINDOW event Anselm R Garbe 2016-12-05 10:16:46 +0100
  • e63bf22948 applied Ivan Delalande's NET_SUPPORTING_WM_CHECK patch for gtk3 compatibility Anselm R Garbe 2016-12-05 10:09:49 +0100
  • 5376947571 applied Ian Remmler's man page adjustment suggestions Anselm R Garbe 2016-12-05 10:05:00 +0100
  • 975c898376 applied Markus' decouple color-scheme patch Anselm R Garbe 2016-12-05 10:01:33 +0100
  • a137a86a23 applied Markus' clarify status text padding patch Anselm R Garbe 2016-12-05 09:54:20 +0100
  • 839c7f6939 LICENSE: update people Quentin Rameau 2016-11-14 11:49:17 +0100
  • 7a59cd1457 dwm.1: add keybinding for spawning dmenu Quentin Rameau 2016-11-14 11:18:27 +0100
  • 24849acada die() on calloc failure Hiltjo Posthuma 2016-11-05 11:34:52 +0100
  • ab9571bbc5 die() consistency: always add newline Hiltjo Posthuma 2016-08-12 14:35:25 +0200
  • 56a31dc4a7 config.def.h: style improvement, use color Scheme enum Hiltjo Posthuma 2016-06-28 18:04:56 +0200
  • 7af4d439bd import new drw from libsl and minor fixes. Markus Teich 2016-05-22 22:33:56 +0200
  • cd2d7549b3 Configure geometry before applying rules Eric Pruitt 2016-05-25 16:33:11 -0700
  • 3465bed290 fix fullscreen clients not resized on X display resolution change Hiltjo Posthuma 2015-12-19 20:25:26 +0100
  • 4ec3a673ff Shut up glibc about _BSD_SOURCE being deprecated Quentin Rameau 2015-12-19 20:04:19 +0100
  • 5ed9c48196 code-style consistency Hiltjo Posthuma 2015-11-08 23:11:48 +0100
  • 3c91283ede unboolification Hiltjo Posthuma 2015-11-08 22:48:43 +0100
  • e941181f46 sort include + whitespace fix Hiltjo Posthuma 2015-11-08 20:38:00 +0100
  • 43e82adf0d separate program-specific c99 bool and X11 Hiltjo Posthuma 2015-11-07 14:04:49 +0100
  • 42cf1c7d8f Makefile: package all files with make dist Hiltjo Posthuma 2015-11-08 16:52:53 +0100
  • dce4fb3737 setfullscreen: don't process the property twice Quentin Rameau 2015-11-07 14:09:08 +0100
  • 646b351cc7 sync updated drw code from dmenu Hiltjo Posthuma 2015-10-20 23:34:49 +0200
  • e3b7e1d620 dwm: use ecalloc, prevent theoretical overflow Hiltjo Posthuma 2015-10-20 23:30:31 +0200
  • 04db03a4e6 cleanup, dont use c++ style comments Hiltjo Posthuma 2015-10-20 23:28:30 +0200
  • 4a4817b3aa dwm: cleanup: free schemes and cursors as array Hiltjo Posthuma 2015-10-20 23:27:31 +0200
  • 7e1182ce55 config.h: use common default font, pass Xft font name to dmenu Hiltjo Posthuma 2015-10-20 23:10:54 +0200
  • 40529e1469 config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override (ports and *BSDs) Hiltjo Posthuma 2015-10-20 23:01:49 +0200
  • 14343e69cc Add Xft and follback-fonts support to graphics lib Eric Pruitt 2015-03-05 20:26:11 -0800
  • 35db6d8afc removed .hgtags, thanks Dimitris for spotting Anselm R Garbe 2014-11-23 15:25:35 +0100
  • 3d1090ba89 applied Hiltjo's resize/move limitation Anselm R Garbe 2014-08-11 07:24:29 +0200
  • 18248ebf4b same as before with dwm.c as well Anselm R Garbe 2014-05-29 18:05:17 +0200
  • b468873b2b updated copyright notice in LICENSE file Anselm R Garbe 2014-05-29 18:02:12 +0200
  • cdec9782a1 applied Lukas' focus suggestion at startup, thanks Anselm R Garbe 2013-08-27 20:39:21 +0200
  • 6af273771c applied improved version of Martti Kühne's dmenu/multi monitor approach from dwm, no dmenuspawn required Anselm R Garbe 2013-08-02 22:40:20 +0200
  • 4fb31e0896 do not take our font declaration as default for st Anselm R Garbe 2013-07-20 09:08:46 +0200