Commit graph

235 commits

Author SHA1 Message Date
caffeine01
683466d7e4 the code did nothing! 2024-12-18 01:34:25 +00:00
caffeine
03aa75dd51
Merge branch 'hyprwm:main' into main 2024-12-17 17:12:03 +00:00
179fab73cd
flake.nix: overlay mkHyprlandPlugin
flake.lock: update
2024-12-17 19:04:03 +02:00
424503df95 hyprpm: add pin for 0.46.1 2024-12-17 16:34:31 +00:00
caffeine01
355c1b1ad7 Merge remote-tracking branch 'refs/remotes/origin/main' 2024-12-17 13:01:04 +00:00
caffeine01
858949cf61 preimplementation of cancel event 2024-12-17 12:59:24 +00:00
caffeine
545b2b7155
Merge branch 'hyprwm:main' into main 2024-12-17 11:39:19 +00:00
3dcca4c0d4 hyprpm: update pin 2024-12-17 00:27:51 +00:00
17ef806444 hyprbars: chase hyprland 2024-12-17 00:27:36 +00:00
d39901fe17 hyprpm: add pin for 0.46.0 2024-12-17 00:05:15 +00:00
caffeine01
bf58b971cb near full touch support 2024-12-13 18:03:42 +00:00
caffeine01
7b049d6eea remove redundant window locking code 2024-12-13 00:33:03 +00:00
caffeine01
0ec30b6d20 remove commented code 2024-12-11 19:53:08 +00:00
caffeine01
0a7a76ee69 revert flake.lock 2024-12-11 19:46:35 +00:00
caffeine01
0bb3e3321e fix porblem where the plugin would take control of all clicks + problem where dragging was toggled on any click of the bar 2024-12-11 11:44:40 +00:00
caffeine01
72fb6b55cb reduce code repetition, try to add tablet(pen) support but realise there is no proper interface (?) in hyprland api 2024-12-10 23:54:48 +00:00
caffeine01
8df140f040 oops 2024-12-10 22:51:23 +00:00
caffeine01
9e675b7782 Merge branch 'main' into HEAD 2024-12-10 22:39:35 +00:00
caffeine01
78a3a111c4 flake lock update, again 2024-12-10 22:38:24 +00:00
caffeine01
57b7940dea sensible 2024-12-10 22:28:30 +00:00
caffeine01
b2a89dfcb9 flake.lock 100% needs to be updated as it is using older versions of hyprland which break compilation. 2024-12-10 21:34:40 +00:00
caffeine01
7f31b2b95a revert flake lock update (got vibe vaxry was not happy) 2024-12-10 21:12:09 +00:00
caffeine01
b21f78e41f amend review observations 2024-12-10 21:07:42 +00:00
caffeine01
ac13c3350e fixd 2024-12-10 20:35:46 +00:00
caffeine01
be5f741eb7 oops 2024-12-10 20:03:40 +00:00
caffeine01
b10a63f0ef Further much needed changes (renaming col.text, allowing users to change the icon colour of buttons) 2024-12-10 19:50:18 +00:00
caffeine01
0bedd0abe5 The most basic implementation of touch support for hyprbars 2024-12-09 23:07:12 +00:00
Amaan Qureshi
2530394e67
all: chase hyprland (#252) 2024-12-04 15:58:09 +01:00
0bc619b2c3 hyprpm: add pin for 0.45.2 2024-11-19 22:02:59 +00:00
Constantin Piber
4141dfdd1f
chase https://github.com/hyprwm/Hyprland/commit/67cee4300 (#246) 2024-11-19 21:45:50 +00:00
95fee7d0a7 hyprpm: add pin for 0.45.1 2024-11-18 14:47:19 +00:00
Mathis H.
344a69db96
hyprexpo: use touchDown for touchscreen workspace selection (#245)
* flake.lock: update

* hyprexpo: use touchDown for touchscreen workspace selection
2024-11-14 21:28:54 +00:00
844eb98250 hyprpm: add pin for 0.45.0 2024-11-09 16:28:42 +00:00
44859f8777 expo: fix crash
fixes #239
2024-11-04 21:27:10 +00:00
Constantin Piber
c347d8ad9b
all: chase hyprland fixes (#238)
* Fix 60c5c63

* Also update to most recent commit
2024-11-02 22:55:20 +00:00
60c5c6330b all: chase hyprland 2024-10-31 11:18:29 +00:00
81bda675ee all: chase hyprland
fixes #237
2024-10-28 14:25:34 +00:00
4d7f0b5d8b hyprpm: add pin for 0.44.1
fixes #235
2024-10-22 12:25:20 +01:00
082d5c1007 all: chase hyprland 2024-10-21 19:17:06 +01:00
x70b1
d05eb1ffba
hyprpm: add pin for 0.44.0 (#230)
Co-authored-by: x70b1 <x70b1@users.noreply.github.com>
2024-10-08 11:34:40 +01:00
9215288eb2 hyprpm: add pin for 0.43.0 2024-09-30 15:12:01 +01:00
Tony Ngo
13301eeede
borders++: make deco sticky, fix scaling issues (#227) 2024-09-29 16:59:56 +01:00
4fcb465c9d hyprtrails: chase hyprland 2024-09-25 11:08:10 +01:00
Gabriel Fontes
b73d7b901d
hyprbars: add bar_color & title_color windowrules (#192)
* hyprbars: add bar_color & title_color windowrules

* hyprbars: fix if formatting

* hyprbars: format
2024-08-08 20:59:51 +02:00
7a28245e5a hyprpm: add pin for 0.42.0 2024-08-07 21:50:05 +02:00
4fcb4038f2 csgo-vk-fix: cleanups + add fix_mouse 2024-08-03 23:03:24 +02:00
4c2cef8326 csgo-vk-fix: avoid crashing on missing fns 2024-07-22 19:13:25 +02:00
03df2bceb9 csgo-vk-fix: chase hyprland 2024-07-22 19:10:51 +02:00
4bfa885feb hyprbars: fixup condition for button down 2024-07-22 17:23:43 +02:00
1ce5b7a046 all: chase hyprland 2024-07-21 13:40:40 +02:00