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
Chase Taylor
f23d3ebd92
hyprwinwrap: Fix crashing hyprland with some apps ( #201 )
2024-07-19 20:53:57 +02:00
928164d6d2
plugins: chase Hyprland
2024-07-13 16:10:57 +03:00
Leonel Cortés
98cb18c6fc
hyprexpo: fix hardcoded distance value ( #194 )
2024-06-30 23:53:43 +02:00
3ae670253a
hyprpm: add pin for 0.41.2
2024-06-25 14:20:37 +02:00
135de7b886
hyprexpo: fix finding func
2024-06-23 23:19:05 +03:00
61656eb7d6
hyprtrails,borders-plus-plus: chase hyprland
2024-06-23 22:21:21 +03:00
db46f6acb3
hyprbars: chase hyprland
2024-06-23 21:57:13 +03:00
dbd1f372cf
hyprexpo: chase hyprland
2024-06-23 21:46:19 +03:00
Mathis H
667ea74c36
expo: add swipe gesture to close overview ( #186 )
2024-06-17 23:43:34 +02:00
d92d9d6cd9
hyprpm: add pin for 0.41.1
2024-06-15 21:27:13 +02:00
Jacob Birkett
151102b7d7
flake: overlay: move packages to hyprlandPlugins
namespace ( #180 )
...
* flake: inputs: follow hyprland/nixpkgs
The reason to do this instead of `inputs.hyprland.nixpkgs` or inheriting
that attribute is for the semantic meaning of having it in the
`flake.lock`. This makes it obvious that it can be overridden.
* flake: overlay: adopt nixpkgs hyprlandPlugins
I have introduced the `hyprlandPlugins` namespace to this flake's
default overlay. Derivations are moved there, in-line with Nixpkgs.
I recommend that other Hyprland plugin flake authors use the same
pattern:
```nix
overlays = {
default = self.overlays.your-plugin-name;
your-plugin-name = final: prev: {
hyprlandPlugins = prev.hyprland-plugins or {} // {
your-plugin-name = final.callPackage ./nix/default.nix {};
};
};
};
```
Your flake's packages output should also make use of this overlay via a
manual `nixpkgs` import, and inherit the outputs from
`pkgs.hyprlandPlugins`. This will ensure that the flake's dependency
graph is properly reflected in the derivation outputs.
* gitignore: add nix build results
* flake: inputs: update all
2024-06-11 16:05:05 +03:00
69073371f4
hyprpm: add pin for 0.41.0
2024-06-10 22:35:39 +02:00
8571aa9bad
all: chase hyprland
2024-06-08 11:12:34 +02:00
e0cad229c3
csgo-vk-fix: chase hyprland
2024-05-31 18:08:14 +02:00
Leonel Cortés
83cbe9af3f
expo: add option for gesture fingers ( #174 )
2024-05-30 19:58:40 +02:00
22e1e1e5b4
csgo-vk-fix: chase hyprland
2024-05-30 19:09:23 +02:00
c28d1011f4
hyprbars: chase hyprland
...
fixes #168
2024-05-14 22:40:06 +01:00
c2c70332a1
hyprexpo: chase hyprland
...
closes #166
2024-05-13 15:19:39 +01:00
dcbdc9a08d
all: chase hyprland
2024-05-08 13:48:33 +01:00
d716d12213
treewide: add CMake files
...
- Nix: switch everything to CMake
- simplify overlay
2024-05-05 16:36:13 +03:00
fd133914bf
hyprpm: add pin for 0.40.0
2024-05-04 23:47:30 +01:00
18daf37b7c
hyprbars: support a dynamic nobar window rule
...
fixes #70
fixes #28
ref #74
2024-05-02 02:31:33 +01:00
97e9d252ff
all: chase hyprland
2024-04-27 13:06:23 +01:00
8b0f67a8a6
hyprbars: fix never registered callback
...
fixes #155
2024-04-25 21:55:32 +01:00
Liassica
d8f695a7c2
hyprbars: fix left align ( #153 )
...
Co-authored-by: Liassica <git-commit.jingle869@aleeas.com>
2024-04-23 22:05:52 +01:00
be8f8d81ef
all: chase hyprland
2024-04-22 15:57:22 +01:00
zebogan
9971fec974
treewide: update pkgconfig flags to include irregular locations of headers on distros like openSUSE ( #150 )
2024-04-20 13:05:44 +03:00
00d147d7f6
hyprpm: update pins
2024-04-16 17:11:37 +01:00
Mathis H
e9457e08ca
Hyprexpo: support touchscreen taps for workspace selection ( #136 )
...
* feat(hyprexpo): also monitor touches for selecting workspace
* refactor(hyprexpo): use same callbacks for hooks
2024-04-11 12:47:36 +01:00
IcyColdified
5ec0140d4a
hyprpm: Add missing comma ( #129 )
2024-04-06 17:24:04 +01:00
0db8e0a55c
hyprpm: update commit pins
2024-04-06 15:38:16 +01:00
a7145f0192
expo: log errors with a notif
2024-04-05 02:53:15 +01:00
08f5e58354
hyprpm: add since_hyprland for expo
2024-04-05 00:38:52 +01:00
3dda0a55c5
expo: close on detected workspace change
...
ref #112
2024-04-04 01:31:10 +01:00