Commit Graph

1057 Commits

Author SHA1 Message Date
Blake Lee a312f8e0ac
replace `rst2man` with `pandoc` 2022-07-18 18:56:46 -04:00
Blake Lee 88506d4284
Apply suggestions from code review 2022-07-15 22:34:35 -04:00
volitank 9fc74a708e
Apply suggestions from code review
Co-authored-by: Mihai Fufezan <fufexan@pm.me>
2022-07-15 22:25:03 -04:00
Blake Lee 310a839700
docs: add man pages 2022-07-15 20:04:17 -04:00
vaxerski b2650928ea obey xdg reqs better 2022-07-16 00:11:21 +02:00
Vaxry 069e3b2114
Merge pull request #376 from dgerblick/hyprctl-json-segfault-fix
Fixed SEGFAULT when running hyprctl with only the -j option
2022-07-15 23:21:46 +02:00
Daniel Gerblick db693ec7e5 Fixed SEGFAULT when running hyprctl with only the -j option 2022-07-15 15:39:39 -04:00
vaxerski fbcc6936f4 fix dashes in hyprctl 2022-07-15 20:07:52 +02:00
vaxerski 90ebeaa881 fixed fullscreen opacity on fullscreen 1 2022-07-15 19:33:09 +02:00
vaxerski 1441856811 fix blur on oversized, default to enabled 2022-07-15 19:21:13 +02:00
vaxerski 19c646ab47 Minor changes to the renderer's overflow behavior
Won't squish base layers anymore
2022-07-15 19:07:06 +02:00
vaxerski 6306d4dae3 add remove, to blurls 2022-07-15 13:29:56 +02:00
Vaxry 5af26a451a
Merge pull request #373 from fufexan/configpath
Add config flag
2022-07-15 12:03:50 +02:00
vaxerski ba48e7ceea fixed up hyprctl flags 2022-07-15 11:58:09 +02:00
vaxerski c0377457df don't poison wlr in make install 2022-07-15 11:39:11 +02:00
Mihai Fufezan 202fb4d8d4
add clangd cache in gitignore 2022-07-15 00:10:00 +03:00
Mihai Fufezan d8fee02063
add simple help message 2022-07-15 00:09:31 +03:00
Mihai Fufezan 01fc3d6068
add config flag
you can now specify a config with -c <path>
2022-07-14 23:55:24 +03:00
vaxerski 634970a284 update deco values on fullscreen 2022-07-14 22:49:49 +02:00
vaxerski 642af5395e dont focus anything on constrained 2022-07-14 21:33:36 +02:00
Vaxry 316589406f
Merge pull request #372 from bazuin-32/main
Fix error when running `hyprctl dispatch exec` with an arg that contains a `/`
2022-07-14 19:33:21 +02:00
bazuin-32 0085319c18 Fix error when running `hyprctl dispatch exec` with an arg that contains
a `/`
2022-07-14 11:23:18 -06:00
vaxerski 0488f17976 fix opacity inactive methodology 2022-07-14 18:46:42 +02:00
vaxerski 8b52858bb5 fix opacity active 2022-07-14 18:45:16 +02:00
Vaxry b0dd370421
Merge pull request #342 from viperML/main
ci: add release workflow
2022-07-14 12:54:49 +02:00
vaxerski 65e75c0b44 fix backwards hyprctl compat 2022-07-14 11:43:15 +02:00
Vaxry 7c999fb9f5
Merge pull request #242 from calebowens/caleb-feature-add-width-multiplier
Added a multiplier for the width to height ratio
2022-07-14 11:38:49 +02:00
Kainoa Kanter 21da348826
hyprwm in readme links 2022-07-13 11:23:43 -07:00
vaxerski c2215e4efb fix focus on fullscreen and over 2022-07-13 18:33:36 +02:00
vaxerski 49dbb586e3 fixed session-less envs 2022-07-13 18:31:09 +02:00
Vaxry 6708f3b133
Fixed TTY switching (#364) 2022-07-13 18:18:23 +02:00
vaxerski ef7ee2fd0f added active keymap prop 2022-07-13 16:02:14 +02:00
vaxerski e93b45615c better doc in help 2022-07-13 15:50:46 +02:00
vaxerski 0a16513946 fix warning 2022-07-13 15:48:47 +02:00
vaxerski 99e9503732 flag pos 2022-07-13 15:47:35 +02:00
Vaxry be69098cb8
Merge pull request #360 from bazuin-32/main
Add hyprctl output in json when `-j` flag is used
2022-07-13 15:44:59 +02:00
Fernando Ayats d7d5b1a4eb ci: fix repo source 2022-07-13 10:39:57 +02:00
Fernando Ayats 868fc6e0f3 Revert "FIXME: temp disable workflows"
This reverts commit 532ffe1681.
2022-07-13 10:36:47 +02:00
Fernando Ayats 9580ef4bc2 ci: upload source 2022-07-13 10:35:23 +02:00
Fernando Ayats 532ffe1681 FIXME: temp disable workflows 2022-07-13 10:26:11 +02:00
Fernando Ayats 0cfc97972f ci: upload source 2022-07-13 10:25:21 +02:00
bazuin-32 ab859ec9fc Fix issues with batch requests 2022-07-12 16:34:28 -06:00
bazuin-32 ac9ff795cd Fix calls to `substr` with invalid `pos` 2022-07-12 15:38:50 -06:00
vaxerski 4bea3467e0 update hyprctl help 2022-07-12 23:21:00 +02:00
vaxerski bca93f4d3c code styling 2022-07-12 23:17:55 +02:00
vaxerski bf762f566f Fix VRAM memory leak when releasing snapshots 2022-07-12 23:11:34 +02:00
bazuin-32 2402f2e364 Use enum for specifying hyprctl output format and change the way flags
are passed for json output
2022-07-12 14:59:36 -06:00
bazuin-32 036f431206 Add hyprctl output in json when `-j` flag is used 2022-07-12 11:57:33 -06:00
Mihai Fufezan f9985a36b3
nix & meson: 0.6.2 -> 0.7.0 2022-07-12 20:12:59 +03:00
vaxerski ad03360665 fix device sections shadowing parse errors 2022-07-12 16:07:51 +02:00