Commit Graph

3793 Commits

Author SHA1 Message Date
Vaxry 566bd124d6 fix style 2023-12-06 23:42:13 +00:00
Vaxry f927b4b538 hack 2023-12-06 23:31:04 +00:00
Vaxry ed4a13a767 log return of git 2023-12-06 23:31:04 +00:00
Vaxry 8a99b94e76 add verbose 2023-12-06 23:31:04 +00:00
Vaxry ea304efd96 fixes 2023-12-06 23:31:04 +00:00
Mihai Fufezan 657cee2b98 Nix & Meson: add hyprpm 2023-12-06 23:31:04 +00:00
Vaxry 6e3c909087 cmakelists: remove includes 2023-12-06 23:31:04 +00:00
Vaxry 9d1fe32f39 fix missed newline in .gitmodules 2023-12-06 23:31:04 +00:00
Vaxry 36d4a18321 add tomlplusplus to deps on arch ci 2023-12-06 23:31:04 +00:00
Vaxry 9b61def87e move tomlpp to a dep 2023-12-06 23:31:04 +00:00
Vaxry c8ef1ec26b fix missed newlines 2023-12-06 23:31:04 +00:00
Vaxry 76cb99c9ae update submodules on checkout 2023-12-06 23:31:04 +00:00
Vaxry 07df71b430 find branch too 2023-12-06 23:31:04 +00:00
Vaxry c16f149718 move load to reload 2023-12-06 23:31:04 +00:00
Vaxry f84e030b1a document flags 2023-12-06 23:31:04 +00:00
Vaxry d5e404fbcb add --notify 2023-12-06 23:31:04 +00:00
Vaxry 51fb8686ab use repo name from manifest if available 2023-12-06 23:31:04 +00:00
Vaxry 148ea16732 add list 2023-12-06 23:31:04 +00:00
Vaxry 0ac8868724 add update to help 2023-12-06 23:31:04 +00:00
Vaxry 738ffb6e5f reload plugins after update 2023-12-06 23:31:04 +00:00
Vaxry a1420968a5 move data to DATA_HOME 2023-12-06 23:31:03 +00:00
Vaxry 02eae0a107 ensure state store always exists 2023-12-06 23:31:03 +00:00
Vaxry e13cc2e71b makefile: install hyprpm 2023-12-06 23:31:03 +00:00
Vaxry d63c83ed93 add help 2023-12-06 23:31:03 +00:00
Vaxry 9345a87174 add tomlpp submodule 2023-12-06 23:31:03 +00:00
Vaxry 1540f6c627 add hyprpm 2023-12-06 23:31:03 +00:00
Vaxry 5489f9f07a renderer: use xray for background blur on small() surfaces
ref #4050
2023-12-06 20:17:40 +00:00
Vaxry d74607e414 props: bump ver to 0.33.1 2023-12-06 16:47:26 +00:00
Vaxry c4bd91ec8a makefile: only require version.h before installheaders 2023-12-06 15:31:23 +00:00
Vaxry 03c6f4506a internal: various improvements to avoid crashes on exit 2023-12-06 14:46:29 +00:00
swwind 13b4c6de86
input: don't send mouse events on touch (#4071) 2023-12-06 14:30:40 +00:00
Tungsten842 8bd86cf37e
hyprctl: order commands alphabetically (#4061) 2023-12-05 23:39:57 +00:00
dranull cfd94c5b30
input: Stop propagating axis events after valid binds (#4059) 2023-12-05 21:16:26 +00:00
Vaxry ab66fa430e screencopy: fix glReadPixels offset
fixes #4042
2023-12-05 20:04:53 +00:00
Vaxry 37d7a8c64d framebuffer: ignore addStencil on legacyRenderer
ref #4044
2023-12-05 15:41:17 +00:00
Vaxry da863459c4 screencopy: fix legacyrenderer builds
fixes #4044
2023-12-05 14:59:12 +00:00
Vaxry 83248b6936 toplevelexport: fix getPreferredReadFormat param in captureToplevel
fixes #4043
2023-12-05 14:43:54 +00:00
Vaxry 3bb9c7c5cf props: bump ver to 0.33.0 2023-12-05 00:52:16 +00:00
Vaxry 2d04cb1cc6 input: make fallback layout us 2023-12-05 00:48:39 +00:00
Vaxry c6804ccaab opengl: fixup blur dirty repaint conditions with solitary
fixes #4025
2023-12-05 00:43:09 +00:00
Glizda aa46aaed04
config: Add variables to default config (#4032)
* update default config

* Fix inconsistency in variable naming

* continuation of last commit

* edited example/hyprland.conf for parity

* fix  issue

* deleted unwanted newline
2023-12-04 18:47:58 +00:00
Vaxry 68783d904d screencopy: use buffer format for glReadPixels
fixes #4029
2023-12-04 03:52:54 +00:00
Vaxry 5d100bdcbb opengl: clear layer fade fbs in ~dtor 2023-12-04 02:08:34 +00:00
Vaxry 45d3fbb8d8 opengl: free window framebuffers in ~dtor
ref #4036
2023-12-04 01:44:16 +00:00
dranull 9a9528d093
config: Minor --config improvements, fixes (#4034)
* Follow symlink, only file, absolute path for -c

* Create config file only for default paths

* Skip non-file source= glob results

* Check for absolute path on XDG_CONFIG_HOME

As per spec, all non-absolute paths should be ignored.
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
2023-12-04 01:35:24 +00:00
Vaxry e496b0f250 screencopy: fix detecting gl shm formats
ref #4029
2023-12-03 22:04:07 +00:00
Vaxry dc2082b00a screencopy: fix transformed on shm 2023-12-03 19:06:51 +00:00
dranull 59cb0e20de
input: Handle fullscreen windows in vectorToWindowIdeal (#4021) 2023-12-03 12:53:12 +00:00
Vaxry 80b9b21f9f opengl: fix nvidia read formats
fixes #4023
2023-12-02 14:51:45 +00:00
thejch 758cf90ea1
workspacerules: Add workspace rule for master layout orientation (#3964)
* add workspace rule for master layout orientation

* change rule format

* edit rule name

* use map for layoutopts

* use std::any instead of string
2023-12-02 14:42:49 +00:00