Commit Graph

183 Commits

Author SHA1 Message Date
Leonel Cortés 98cb18c6fc
hyprexpo: fix hardcoded distance value (#194) 2024-06-30 23:53:43 +02:00
Vaxry 3ae670253a hyprpm: add pin for 0.41.2 2024-06-25 14:20:37 +02:00
Mihai Fufezan 135de7b886
hyprexpo: fix finding func 2024-06-23 23:19:05 +03:00
Mihai Fufezan 61656eb7d6
hyprtrails,borders-plus-plus: chase hyprland 2024-06-23 22:21:21 +03:00
Mihai Fufezan db46f6acb3
hyprbars: chase hyprland 2024-06-23 21:57:13 +03:00
Mihai Fufezan 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
Vaxry 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
Vaxry 69073371f4 hyprpm: add pin for 0.41.0 2024-06-10 22:35:39 +02:00
Vaxry 8571aa9bad all: chase hyprland 2024-06-08 11:12:34 +02:00
Vaxry 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
Vaxry 22e1e1e5b4 csgo-vk-fix: chase hyprland 2024-05-30 19:09:23 +02:00
Vaxry c28d1011f4 hyprbars: chase hyprland
fixes #168
2024-05-14 22:40:06 +01:00
Vaxry c2c70332a1 hyprexpo: chase hyprland
closes #166
2024-05-13 15:19:39 +01:00
Vaxry dcbdc9a08d all: chase hyprland 2024-05-08 13:48:33 +01:00
Mihai Fufezan d716d12213 treewide: add CMake files
- Nix: switch everything to CMake
- simplify overlay
2024-05-05 16:36:13 +03:00
Vaxry fd133914bf hyprpm: add pin for 0.40.0 2024-05-04 23:47:30 +01:00
Vaxry 18daf37b7c hyprbars: support a dynamic nobar window rule
fixes #70

fixes #28

ref #74
2024-05-02 02:31:33 +01:00
Vaxry 97e9d252ff all: chase hyprland 2024-04-27 13:06:23 +01:00
Vaxry 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
Vaxry 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
Vaxry 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
Vaxry 0db8e0a55c hyprpm: update commit pins 2024-04-06 15:38:16 +01:00
Vaxry a7145f0192 expo: log errors with a notif 2024-04-05 02:53:15 +01:00
Vaxry 08f5e58354 hyprpm: add since_hyprland for expo 2024-04-05 00:38:52 +01:00
Vaxry 3dda0a55c5 expo: close on detected workspace change
ref #112
2024-04-04 01:31:10 +01:00
Vaxry 3d7667ecc4 expo: don't override renderWorkspace for wrong monitors
ref #110
2024-04-04 01:18:47 +01:00
Vaxry fc5c62f26a expo: avoid showing old ws anim on close 2024-04-03 23:37:55 +01:00
Vaxry b93f6953ba expo: fix workspace_method with first
fixes #113
2024-04-03 23:35:10 +01:00
Vaxry e667797142 expo: fix bgcol
fixes #114
2024-04-03 23:27:43 +01:00
Vaxry eb02620d6c expo: block screen shaders when drawing previews
fixes #109
2024-04-03 21:37:00 +01:00
Vaxry f76fb09ff9 expo: fix vram leak 2024-04-03 21:21:55 +01:00
Vaxry 7c187cdd27 expo: minor damage fix 2024-04-03 21:19:26 +01:00
Vaxry 71b97f0f24 expo: add dispatcher to docs 2024-04-03 21:12:24 +01:00
Vaxry 477fb57c48 expo: add gesture support 2024-04-03 21:11:05 +01:00
Vaxry 455b2d88e4 hyprpm: add hyprexpo
fixes #105
2024-04-03 20:46:03 +01:00
Mihai Fufezan e70b46afd7
hyprexpo: add nix derivation & meson 2024-04-03 22:08:47 +03:00
Vaxry 58aa63baf0 hyprexpo: add 2024-04-03 19:14:38 +01:00
Vaxry 4334510363 all: chase hyprland
fixes #104
2024-04-03 12:09:31 +01:00
Vaxry 00519a43c1 hyprpm: add pin for 0.38.0 2024-04-02 12:52:39 +01:00
Vaxry e45066d074 all: chase hyprland 2024-03-31 02:18:20 +01:00
Vaxry 826d47b855 hyprbars: verify windowBox size 2024-03-23 21:24:42 +00:00
Vaxry 81460bd869 hyprbars: fixup size clamp condition
ref #101
2024-03-23 21:23:21 +00:00
Vaxry adec334acf hyprbars: remove deco on unmap
fixes #71
2024-03-21 18:58:10 +00:00