Commit graph

  • 0d7aa940ab
    ST just has something weird going on with keys and bash jakefication Jarkko Toivanen 2024-09-06 14:02:14 +0300
  • cae2abedfb
    Fixing play/pause mediakey Jarkko Toivanen 2024-08-31 13:22:17 +0300
  • ff371f4c29
    Add powermanagement setup Jarkko Toivanen 2024-08-30 18:08:09 +0300
  • c91afdf871
    We just hate colours, don't we? (setting black desktop bg) Jarkko Toivanen 2024-08-30 18:03:44 +0300
  • ce2faad343
    Locking screen with Win+L Jarkko Toivanen 2024-08-22 17:59:32 +0300
  • 81f4df548b
    Fixed mediacontrol related oopsies Jarkko Toivanen 2024-08-20 16:30:18 +0300
  • 3902feca3d
    Adding .desktop session file to autoinstall Jarkko Toivanen 2024-08-16 19:41:03 +0300
  • 9dfec539c5
    Fix Makefile uninstall error Jarkko Toivanen 2024-08-12 21:39:32 +0300
  • 717ca0a0bc
    Add EasyEffects to startup Jarkko Toivanen 2024-08-10 20:09:16 +0300
  • 2d3cdf9557 Make my script to install for autostarting apps before DWM Jarkko Toivanen 2024-07-30 17:11:12 +0300
  • c2f0c17fed Implementing keyboard media controls Jarkko Toivanen 2024-07-27 19:18:32 +0300
  • 817c4b2a4e Volumecontrol pactl path was to specific Jarkko Toivanen 2024-07-27 19:10:40 +0300
  • 9e119a9c04
    Add volume controls Jarkko Toivanen 2024-07-17 19:31:13 +0300
  • 259bdf48da
    Win+D runs dmenu. Also disabling unused default bindings Jarkko Toivanen 2024-07-17 17:28:59 +0300
  • 7b61d231a0
    Autostart power management Jarkko Toivanen 2024-07-16 09:46:04 +0300
  • f1e40bc2df
    Add dunst to autostart Jarkko Toivanen 2024-07-16 07:16:59 +0300
  • 6b8201a53f
    The startup file Jarkko Toivanen 2024-07-16 05:51:58 +0300
  • 671d78516f
    Adding screenshot capabilities using scrot and stuff Jarkko Toivanen 2024-07-16 05:23:03 +0300
  • 6cadef10c6
    More amber! Jarkko Toivanen 2024-07-16 03:21:15 +0300
  • e05aa57bda
    Improving colortheme contrast by adding black Jarkko Toivanen 2024-07-16 02:40:03 +0300
  • 39554c20a4 Changing default terminal to ST Jarkko Toivanen 2024-07-13 21:30:27 +0300
  • 98edbef9f3 Adding a systray via patch Jarkko Toivanen 2024-07-13 19:25:31 +0300
  • 4375c7eeb5 Removing conflicting keybind Jarkko Toivanen 2024-07-13 18:48:46 +0300
  • 33824e6aba Quit apps with alt+f4 and win+q Jarkko Toivanen 2024-07-13 17:23:35 +0300
  • eb07f9b489 Added some keybinds with arrow keys. Might change later. Jarkko Toivanen 2024-07-13 16:55:24 +0300
  • 43fbaae22c Fixed conflicting hotkey Jarkko Toivanen 2024-07-10 19:28:26 +0300
  • 6687de5c53 Fixed TODO due to brainfart Jarkko Toivanen 2024-07-10 19:23:23 +0300
  • 7112b5c8f5 Configuring beginz Jarkko Toivanen 2024-07-10 18:45:56 +0300
  • 5687f46964 Add missing void to updateclientlist definition upstream Pontus Stenetorp 2024-06-08 19:36:15 +0900
  • 061e9fe9a7 bump version to 6.5 6.5 Hiltjo Posthuma 2024-03-19 12:13:16 +0100
  • 9f8855343c Makefile: remove the options target Hiltjo Posthuma 2023-09-22 15:13:29 +0200
  • e81f17d4c1 restore SIGCHLD sighandler to default before spawning a program Hiltjo Posthuma 2023-04-09 12:37:14 +0200
  • 348f6559ab config.mk: update to _XOPEN_SOURCE=700L NRK 2023-02-17 11:05:09 +0600
  • 712d6639ff Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling Chris Down 2023-01-28 12:53:48 +0100
  • 89f9905714 grabkeys: Avoid missing events when a keysym maps to multiple keycodes Chris Down 2022-12-07 14:55:08 +0000
  • ba56fe9fea Revert "Remove dmenumon variable" Hiltjo Posthuma 2022-10-28 16:37:56 +0200
  • 50ad171eea bump version to 6.4 6.4 Hiltjo Posthuma 2022-10-04 19:35:13 +0200
  • 970f376973 remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5 Hiltjo Posthuma 2022-09-16 23:06:47 +0200
  • c2b748e793 Remove dmenumon variable Stein 2022-08-26 14:48:46 +0200
  • 84d7322113 config.def.h: make keys and buttons const NRK 2022-08-18 22:13:08 +0600
  • 5799dd1fca Remove blw variable in favour of calculating the value when needed Stein 2022-08-15 14:31:22 +0200
  • 44adafe006 Make floating windows spawn within the monitor's window area Stein 2022-08-11 11:15:55 +0200
  • a859676ead Simplify client y-offset correction Stein 2022-08-09 10:38:08 +0200
  • e0dee91145 sync code-style patch from libsl Hiltjo Posthuma 2022-08-08 10:43:09 +0200
  • 5e76e7e21d code-style: simplify some checks NRK 2022-08-06 04:27:13 +0600
  • 5b2e5e7a40 spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :") explosion-mental 2022-07-29 18:26:04 -0500
  • 786f6e2a6f unmanage: stop listening for events for unmanaged windows Stein 2022-08-01 11:42:44 +0200
  • e03248a4d5 Revert "do not call signal-unsafe function inside sighanlder" Hiltjo Posthuma 2022-07-22 09:18:52 +0200
  • 6613d9f9a1 do not call signal-unsafe function inside sighanlder NRK 2022-07-14 07:26:40 +0600
  • 9bffa845fa use named parameter for func prototype NRK 2022-07-14 07:27:34 +0600
  • d3f93c7c1a sync latest drw.{c,h} changes from dmenu Hiltjo Posthuma 2022-05-10 19:07:56 +0200
  • cd0773cee9 Makefile: add manual path for OpenBSD Hiltjo Posthuma 2022-05-01 18:37:54 +0200
  • 8b48e30973 manage: Make sure c->isfixed is applied before floating checks Chris Down 2022-04-26 09:42:23 +0100
  • a83dc20310 LICENSE: add Chris Down Hiltjo Posthuma 2022-04-26 15:50:32 +0200
  • a4771de5ba Revert "manage: For isfloating/oldstate check/set, ensure trans client actually exists" Hiltjo Posthuma 2022-04-26 10:30:59 +0200
  • d93ff48803 Update monitor positions also on removal Santtu Lakkala 2022-02-21 16:58:28 +0200
  • 8806b6e237 manage: propertynotify: Reduce cost of unused size hints Chris Down 2022-03-17 15:56:13 +0000
  • bece862a0f manage: For isfloating/oldstate check/set, ensure trans client actually exists Miles Alan 2022-02-21 01:10:56 -0500
  • 60e9a14998 fix mem leak in cleanup() NRK 2022-03-11 20:40:05 +0600
  • d39e2f3441 bump version to 6.3 6.3 Hiltjo Posthuma 2022-01-07 12:39:18 +0100
  • 8657affa2a drawbar: Don't expend effort drawing bar if it is occluded Chris Down 2021-12-18 16:58:23 +0000
  • 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
  • 67d76bdc68 Do not allow focus to drift from fullscreen client via focusstack() Chris Down 2020-07-02 20:18:30 +0100
  • 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. 6.2 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