Commit Graph

99 Commits

Author SHA1 Message Date
Mihai Fufezan
b4fdc0be52
CI: update nix install action 2023-04-26 23:55:38 +03:00
vaxerski
8bfb7e9b1e build: add make install 2023-04-26 21:46:39 +01:00
vaxerski
66b3ba8d9f internal: allow desc: for monitors 2023-04-26 21:44:51 +01:00
vaxerski
3bfaac09f5 internal: destroy cursor theme on LS destroy 2023-04-16 14:07:37 +01:00
Tamamizu
10fd31a544
Fix compilation with clang (#61)
Using `-std=c++2b` instead of `-std=c++23` allows compilation with clang instead of gcc.
2023-04-12 15:11:45 +01:00
vaxerski
4bcedde1dc readme: mention splash 2023-04-09 23:41:54 +01:00
vaxerski
654647f7b3 internal: gather monitor size in mode 2023-04-09 19:05:43 +01:00
vaxerski
9a8a5738c6 internal: fix crash on scale change 2023-04-09 18:52:43 +01:00
vaxerski
e95b8d59f3 feat: add splash support 2023-04-09 18:47:49 +01:00
vaxerski
756fccfc53 internal: use an epsilon for scale calcs 2023-04-09 18:26:40 +01:00
Caleb Maclennan
9182de9ffc
docs: Update Arch Linux install instructions with official package (#59) 2023-04-05 12:57:41 +01:00
Julien Malka
db56f164dd
Add support for aarch64-linux (#57) 2023-04-02 12:43:55 +03:00
2e0byo
61961973cf
feat: be case-insensitive about suffixes. (#44)
Unfortunately many cameras/mobiles still use ALL_CAPS.
2023-03-15 15:19:16 +00:00
dedguy21
83867464c5
Update README.md to include example of how to enable backgrounds per workspace (#48)
.

---------

Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com>
2023-02-24 23:44:31 +00:00
vaxerski
2bc88dc8c2 fixup contain and wp-fs-v1 impl 2023-02-18 00:47:40 +00:00
cijo7
1d76f4db0d
Fix crashing when setting wallpaper (#41) 2023-02-14 20:27:04 +00:00
vaxerski
44a38bfedc fix wp-fs-v1 impl, adhere to the spec 2023-02-10 12:53:04 +00:00
vaxerski
3e7ba8500f conform to the wp-fs-v1 spec with buffer scale 2023-02-05 11:10:46 +00:00
vaxerski
0c2386861a add --no-fractional arg 2023-01-29 16:42:26 +00:00
vaxerski
577c9297c3 remove unused values and fixup log 2023-01-29 16:34:42 +00:00
vaxerski
12f73e1a84 fixup fractional scale impl 2023-01-29 15:30:01 +00:00
Mihai Fufezan
0a7fab1ca9
flake.lock: update nixpkgs 2023-01-29 16:25:09 +02:00
vaxerski
b8d2b97e13 fractional scaling impl 2023-01-29 14:00:08 +00:00
vaxerski
1a147160cf fix crashes with removing outputs 2023-01-29 13:03:42 +00:00
Anton Samokhvalov
f77a664e9d
Fix clang build, second version (#33) 2023-01-15 17:13:29 +01:00
vaxerski
50852e5319 Revert "Update Hyprpaper.cpp (#31)"
This reverts commit 1c19aa2b4f.
2023-01-05 14:39:29 +01:00
Anton Samokhvalov
1c19aa2b4f
Update Hyprpaper.cpp (#31) 2023-01-04 22:53:44 +01:00
Anton Samokhvalov
e1b293aedf
Update ConfigManager.cpp (#30) 2023-01-04 22:50:01 +01:00
Mihai Fufezan
c68cc7b926
CI: add Nix build 2023-01-03 16:56:41 +02:00
Seyfullah Gündoğdu
885212dedc
Trim support for wallpaper path. (#29)
* Trim support for wallpaper path.
2023-01-03 13:09:20 +01:00
vaxerski
aefd63876d don't load cursor theme if already loaded 2022-12-28 23:26:58 +01:00
Vaxry
60013ee655
Merge pull request #24 from vilari-mickopf/main
fix crash when XCURSOR_SIZE environment variable is set incorrectly
2022-12-18 22:54:56 +00:00
Filip Markovic
be66d710b3 Adjust to match modern c++ style 2022-12-18 22:27:13 +01:00
vaxerski
88d99f9954 fix compile 2022-12-13 14:27:19 +00:00
Filip Markovic
8e544370d9 fix crash when XCURSOR_SIZE environment variable is set incorrectly 2022-12-06 07:14:14 +01:00
vaxerski
ab85578dce fix crash with unloadAll 2022-11-28 11:43:08 +00:00
vaxerski
3293f37662 fix unload all 2022-11-27 12:02:09 +00:00
vaxerski
3571e20b55 added unload all 2022-11-26 18:27:19 +00:00
vaxerski
e5d64c0be9 Handle pointer events 2022-11-18 20:35:33 +00:00
vaxerski
32e28312f1 fix surface destruction order 2022-11-18 14:18:13 +00:00
vaxerski
6d3a15f33c allow wildcards for monitors 2022-11-06 22:56:42 +00:00
vaxerski
1f55dda5e2 stop polling in main thread 2022-11-02 21:41:32 +00:00
Vaxry
707ae57d44
Merge pull request #16 from pinnouse/main
Allow parsing home dir with contains keyword
2022-11-01 20:03:49 +00:00
Nick
77137cf72b Allow parsing home dir with contains keyword 2022-11-01 15:40:50 -04:00
Vaxry
6fa4ea8a68
Merge pull request #14 from vinhig/main
Fixing config manager that doesn't error out on bad keyword.
2022-10-27 09:48:59 +01:00
Vaxry
099ca5399a
Update ConfigManager.cpp 2022-10-27 09:48:42 +01:00
Vincent Higginson
a9e896118f
Oopsie 2022-10-12 17:11:57 +02:00
Vincent Higginson
93e27e5a28
Revert some changes: try/catch block, and comments 2022-10-12 15:24:29 +02:00
vinhig
e5f9c7e622 Fixing config manager that doesn't error out on bad keyword. 2022-10-11 19:46:36 +02:00
Vaxry
8f4c712950
Merge pull request #13 from eneshecan/code-modernizations
Various refactorings considering modern C++ practices
2022-09-30 21:06:23 +01:00