3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-03-30 02:53:16 +00:00
Commit Graph

38 Commits

Author SHA1 Message Date
a4f7bd4bc2 fix typo
what is this, clash of clans?
2022-08-24 18:53:30 +03:00
3fd903ee74 remove unintended whitespace 2022-08-24 18:51:57 +03:00
83ef951c21 add clean install for those who build from source 2022-08-24 18:47:35 +03:00
4c6d9b7d5a Merge pull request #555 from viperML/update-man
docs: build man pages to repo
2022-08-22 15:16:32 +02:00
8b39a1cf9b always use /usr/share/ for wayland-sessions 2022-08-22 14:46:53 +02:00
463bc7ab13 doc: install mapages 2022-08-21 17:28:56 +02:00
aaba11b7a2 gha: build man pages 2022-08-21 10:33:45 +02:00
100d29d34d use nproc in makefile 2022-08-01 22:48:43 +02:00
f96b611651 support wlr-output-power-management 2022-07-30 22:41:24 +02:00
e102f9ec8c remove make man 2022-07-27 23:12:18 +02:00
970bcc467c remove version 2022-07-22 15:32:56 -04:00
a312f8e0ac replace rst2man with pandoc 2022-07-18 18:56:46 -04:00
310a839700 docs: add man pages 2022-07-15 20:04:17 -04:00
c0377457df don't poison wlr in make install 2022-07-15 11:39:11 +02:00
7ff427c229 remove wlroots so in make uninstall 2022-07-05 19:46:05 +02:00
7d20d5c8c3 fix make clear wlroots 2022-06-29 23:06:45 +02:00
bbc3b5e19b added make fixwlr 2022-06-29 13:30:28 +02:00
07013b835d remove so and pc 2022-06-27 11:42:52 +02:00
7dad15035a forgot wlroots.pc 2022-06-27 11:40:23 +02:00
54e8e78612 save wlroots and restore 2022-06-25 12:13:24 +02:00
0ec903808b don't use sudo in make config 2022-06-22 15:52:36 +02:00
fd0112425f Added meson buildfiles
this makes for a far better experience in combination with wlroots,
since that whole makefile mess is not required.
Additionaly, handling of wayland protocol sources is also slightly
better, but could be improved with mesons inbuilt wayland module.

To build Hyprland using meson:
    meson _build -Ddefault_library=static
    ninja -C _build
    ninja -C _build install
2022-06-16 23:30:28 +02:00
da80eb8e57 Added the tablet manager and tablet v2 protocol 2022-06-08 14:29:49 +02:00
48a3b1c514 fix oopsie 2022-05-31 11:02:54 +02:00
2e7586e841 fix up config and includes 2022-05-31 10:43:41 +02:00
7c6fc3c6ad add xwayland disabling support to flake.nix 2022-05-08 23:48:13 +05:30
2342b6a10f remove patch and move default.nix 2022-05-08 22:53:49 +05:30
aca5dba7a1 make changes to makefile a bit so it follows config.mk 2022-05-08 22:22:02 +05:30
7b1eaca840 Implemented mouse constraints
has some todos but mostly works
2022-04-17 21:40:04 +02:00
084e922642 Added legacy GLES2 renderer option 2022-04-13 17:34:13 +02:00
f546424ab2 Added uninstall target 2022-04-11 23:17:21 +00:00
a8e8729230 Added zext_workspace protocol support 🎉 2022-04-11 19:51:37 +02:00
3753f83f69 Added default background as a PNG 2022-04-10 14:32:18 +02:00
26aafb0a11 Make the wayland-sessions dir in makefile install 2022-04-07 18:57:48 +02:00
5723d74dab fix: sudo used in makefile 2022-03-24 11:48:56 -07:00
8cec07c39d added a screencopy protocol 2022-03-24 17:22:28 +01:00
3b827a14b6 added make commands 2022-03-20 17:06:37 +01:00
de4c836e97 Initial Commit 2022-03-16 20:50:55 +01:00