Commit graph

  • a4c0b914f0
    Link patches page in the README Devin J. Pohly 2021-01-19 02:44:00 -0600
  • 9c1943ade5 add some explanation of output reconfiguration Devin J. Pohly 2021-01-18 15:51:32 -0600
  • a9e1cd4201 remove hacky code from output-management handler Devin J. Pohly 2021-01-18 15:38:25 -0600
  • ab03282295 commit entire output config, or fail and rollback Devin J. Pohly 2021-01-18 15:02:15 -0600
  • 3747b3162e
    Merge pull request #71 from djpohly/output-layout Devin J. Pohly 2021-01-18 14:37:52 -0600
  • 5eefb51fea use updatemons as handler for output_layout.change Devin J. Pohly 2021-01-18 14:34:05 -0600
  • 43f1076833 remember to add client.h in Makefile Devin J. Pohly 2021-01-18 14:16:24 -0600
  • c63d4c41ab unify increment style while we're here Devin J. Pohly 2021-01-18 14:14:19 -0600
  • 81d35aaccf remove unnecessary variable Devin J. Pohly 2021-01-18 14:12:38 -0600
  • a5210f7d77 cleanup on aisle createmon() Devin J. Pohly 2021-01-18 14:12:00 -0600
  • 48ef5e8bd2
    Merge pull request #84 from meutraa/gitignore-config-h Devin J. Pohly 2021-01-14 20:49:54 -0600
  • 264be4ebba
    Merge pull request #80 from sam-barr/dwl_upstream Devin J. Pohly 2021-01-14 20:29:17 -0600
  • 1d7c756107
    Merge pull request #77 from djpohly/use-output-direction Devin J. Pohly 2021-01-14 20:26:45 -0600
  • 81db7c652f
    Update default.nix to use wlroots dc61f4 meutraa 2021-01-14 08:37:29 +0000
  • 7fe7be5fb8 update layer-shell protocol to version 4 Devin J. Pohly 2021-01-13 12:18:27 -0600
  • a58adbb7b9
    Add config.h to .gitignore meutraa 2021-01-13 15:25:24 +0000
  • 6c3d590d26
    Add a nix-shell file to create a build environment meutraa 2021-01-13 13:16:18 +0000
  • 4f8c148977
    Setting monitor modes in config meutraa 2021-01-12 20:47:56 +0000
  • 3d696dfb7d Fix Initialization of NetWM Atoms sam-barr 2021-01-11 07:47:04 -0500
  • 6267593cc2 remove now-unneeded monitor position field Devin J. Pohly 2021-01-06 17:23:35 -0500
  • e8ca8a8ac7 use output layout for dirtomon Devin J. Pohly 2021-01-06 17:19:44 -0500
  • 4bf2923f4e
    Merge pull request #72 from Stivvo/output-compile-set Devin J. Pohly 2021-01-06 16:44:31 -0500
  • 0ff13cf216 remove EGL parameter from backend_autocreate Devin J. Pohly 2021-01-04 13:55:24 -0500
  • d7601cd48a can run nested in Wayland or X Devin J. Pohly 2021-01-02 20:02:44 -0500
  • 1f97655d5b never ever ever tell anyone to sudo make Devin J. Pohly 2021-01-02 19:58:46 -0500
  • 1ab3dac5cc
    Merge pull request #74 from djpohly/document-git Devin J. Pohly 2021-01-02 19:57:36 -0500
  • 9677f99dc3 document that we currently follow wlroots-git Devin J. Pohly 2021-01-02 19:56:40 -0500
  • fa782896f8 Define monitor's x,y at compile time Stivvo 2020-12-30 16:50:15 +0100
  • 33c36be2fc Revert "Allow toggling the layout before selecting a different one" Devin J. Pohly 2020-12-28 15:51:04 -0500
  • 313d1f7ecc flesh out cleanup Devin J. Pohly 2020-12-27 20:04:05 -0500
  • a2a20cca42 remove limitation notes (tracked in Issues) Devin J. Pohly 2020-12-27 17:15:34 -0500
  • 0090b6bed6 clarify intention of feature suggestions Devin J. Pohly 2020-12-27 17:15:21 -0500
  • 7b1b5c75e9 fix segfault in xwayland cursor manager Devin J. Pohly 2020-12-27 14:00:07 -0500
  • 7b320a195c macroize event handlers Devin J. Pohly 2020-12-27 13:28:37 -0500
  • 7ed4956b23 Revert "remove github directory" Devin J. Pohly 2020-12-27 12:54:39 -0500
  • 6890998110 Skip i++ if c->isfullscreen Stivvo 2020-12-26 14:44:43 +0100
  • 713a036db6 Fix > 1 clients borders being highlighted Stivvo 2020-12-26 14:02:10 +0100
  • 167dc03004 credit for patch maintenance as well Devin J. Pohly 2020-12-25 16:04:07 -0500
  • df610157e5 update README based on contributions Devin J. Pohly 2020-12-25 15:51:12 -0500
  • dfc347af2f add Discord link Devin J. Pohly 2020-12-25 12:26:21 -0500
  • 2230f92ef0 add "all" target Devin J. Pohly 2020-12-25 12:07:43 -0500
  • e0a48accc5 making this a team Devin J. Pohly 2020-12-25 11:27:17 -0500
  • da5ca5c77f Only focus fullscreen back on the same tag and mon Stivvo 2020-12-25 16:35:12 +0100
  • f8b35b94ee From Monitor->fullscreenclient to Monitor->focus Stivvo 2020-12-25 15:32:36 +0100
  • 848d89b7f3 XWayland still buggy, disable by default Devin J. Pohly 2020-12-25 02:10:50 -0500
  • ef76c921ed no need to cast NULL to void * Devin J. Pohly 2020-12-25 01:38:24 -0500
  • 388c5580cb consolidate some of the ugliness into a separate file Devin J. Pohly 2020-12-25 01:33:55 -0500
  • bac3221a03 Stivvo deserves a shout-out too! Devin J. Pohly 2020-12-25 00:37:26 -0500
  • efe2a97bcf fix build with -DXWAYLAND Devin J. Pohly 2020-12-24 22:39:45 -0500
  • 5ba09b56f3 missed a few of these Devin J. Pohly 2020-12-24 22:36:49 -0500
  • 1678b05905 don't call applyexclusive just to return Devin J. Pohly 2020-12-24 22:26:44 -0500
  • 57d0760635 let's not alienate the dwm folks Devin J. Pohly 2020-12-24 22:21:00 -0500
  • 206427537a Merge updates from guidocella Devin J. Pohly 2020-12-24 21:56:41 -0500
  • cfe7815903
    Merge pull request #32 from alex-courtis/24-xwayland-cursor Devin J. Pohly 2020-12-24 21:37:48 -0500
  • 7803022d33 simplify ROUND macro Devin J. Pohly 2020-12-24 21:37:21 -0500
  • 128c2926e1
    Merge pull request #54 from Bonicgamer/swayscalebox Devin J. Pohly 2020-12-24 21:36:38 -0500
  • c5087d413f
    Merge pull request #53 from Stivvo/fullscreen Devin J. Pohly 2020-12-24 21:35:57 -0500
  • d94266df91 fix crash on non-libinput pointers (e.g. X11 backend) Devin J. Pohly 2020-12-24 21:15:40 -0500
  • 5f3a7887f3 Same target as dwm sounds like a good goal Devin J. Pohly 2020-12-24 20:28:08 -0500
  • 62529e251d
    Merge pull request #49 from guidocella/layer-shell Devin J. Pohly 2020-12-24 20:24:14 -0500
  • 41d7fdbd60 use the install command to install Devin J. Pohly 2020-12-24 19:07:38 -0500
  • 8dd99d2a10
    Merge pull request #65 from Keating950/master Devin J. Pohly 2020-12-24 19:07:08 -0500
  • e0f11abd13
    Merge pull request #56 from oyren/readme_log Devin J. Pohly 2020-12-24 18:57:55 -0500
  • b6a3891ce6
    Merge pull request #62 from Java-boi/master Devin J. Pohly 2020-12-24 18:55:06 -0500
  • a42613db9d
    Merge pull request #66 from richardipsum/master Devin J. Pohly 2020-12-24 14:28:04 -0600
  • d21d5ee262 Change fullscreen policies Stivvo 2020-12-24 17:30:12 +0100
  • 707c1710b7 quitallfullscreen() even when enabling fullscreen Stivvo 2020-12-24 01:02:45 +0100
  • 86ba4c8526 Remove goto render (easier merge) Stivvo 2020-12-24 00:34:33 +0100
  • 3695ac643f spacing Guido Cella 2020-12-22 09:13:18 +0100
  • 572ccd92c4 remove github directory Guido Cella 2020-12-21 21:39:26 +0100
  • bcf9d8fb9a disable natural scrolling by default Guido Cella 2020-12-21 13:06:06 +0100
  • 33e8a3f1f3 update comments and remove debugging printf Guido Cella 2020-12-21 11:21:59 +0100
  • 5668c61616 Define monitor order with monrules[] Stivvo 2020-09-18 21:45:35 +0200
  • cf7c5eae21 don't reset the cursor image Guido Cella 2020-12-21 08:05:40 +0100
  • c9964016b8 update README.md Guido Cella 2020-12-21 03:41:30 +0100
  • 499cb2c2b6 say TODO Guido Cella 2020-12-20 16:07:12 +0100
  • 5ed227384b rename drw Guido Cella 2020-12-20 16:06:17 +0100
  • b161b5d8f4 don't notify of activity Guido Cella 2020-12-20 16:04:13 +0100
  • 13c7e039bb deactivate the focused client on overlay focus Guido Cella 2020-12-20 15:55:52 +0100
  • a571ea465c replace shouldfocusclients with checking old Guido Cella 2020-12-20 15:19:34 +0100
  • 39946e07f2 fix keyboard focus with overlays Guido Cella 2020-12-20 15:34:36 +0100
  • f80f08848b ensure that xwayland cursor defaults to left_ptr Guido Cella 2020-12-20 14:29:45 +0100
  • 444a5f9dec enable adaptive sync Guido Cella 2020-12-11 10:55:33 +0100
  • 6b47e2bb62 use bool Guido Cella 2020-12-20 13:51:40 +0100
  • 0b2f4f213d remove -Werror=declaration-after-statement Guido Cella 2020-12-19 19:50:01 +0100
  • ba1540c3d0 remove goto when the border is 0 Guido Cella 2020-12-19 19:32:16 +0100
  • 2eaa8c6de3 remove useless assignment Guido Cella 2020-12-19 18:56:42 +0100
  • ee7e8688a7 s/maprequest/mapnotify Guido Cella 2020-12-19 18:51:22 +0100
  • 05883b7b2f add install target to Makefile and corresponding prefix variable to config.mk Keating950 2020-11-22 12:58:49 -0500
  • feeacc88c4 tweak trackpad variables Guido Cella 2020-12-19 18:39:30 +0100
  • aa679c4f29 Added support for natural scrolling will 2020-10-17 16:18:44 +0200
  • 4f1e557d3d Added basic tap-to-click for touchpad users will 2020-10-17 13:52:53 +0200
  • bfbfe9f2b2 remove log flags from readme Oyren 2020-09-14 20:45:39 +0200
  • 679f6493c9 Made scalebox the way sway does it Bonicgamer 2020-09-08 14:53:34 -0400
  • 9c2524b06a s/prev/old Guido Cella 2020-12-19 18:31:26 +0100
  • c89de53de3 remove togglefullscreen keybinding Guido Cella 2020-12-19 18:23:23 +0100
  • 14ce016213 Readme: achieve fullscreen + allow borderpx = 0 Stivvo 2020-10-24 16:51:22 +0200
  • 1e134fde97 Quit fullscreen on new x11 window Stivvo 2020-10-14 17:28:51 +0200
  • 32612c90b6 Delete quitfullscreen() Stivvo 2020-10-14 15:46:35 +0200
  • 5a16649e79 Keep windows fullscreen after redraw Stivvo 2020-10-08 21:04:53 +0200