Commit Graph

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