Skip to content

Commit ac32fac

Browse files
authored
Merge branch 'master' into rc
2 parents a495be6 + d88f73a commit ac32fac

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,28 @@ All notable changes to `HyDE` will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to _Modified_ [CalVer](https://calver.org/). See [Versioning](https://github.com/HyDE-Project/HyDE/blob/master/RELEASE_POLICY.md#versioning-yymq) For more info
66

7-
## v25.9.1 (Unreleased)
7+
## v25.9.1
8+
9+
This release delivers a new gesture syntax for hyprland v0.51.0. This is a breaking change for users of the previous gesture syntax. Please update HyDE before opening an issue.
10+
11+
For contributors, if you need to make the workspace animation vertical, example the `vertical.conf` animation, please **explicitly** add the following line to file.
12+
13+
14+
```
15+
gesture = 3, horizontal, unset # unsets the default horizontal gesture
16+
gesture = 3, vertical, workspace
17+
```
818

919
### Changed
1020

1121
- Waybar: Make temperature background transparent
1222
- hyde-shell: silent pyinit command
1323
- Binds: Use `hyde-shell logout` for cleaner session logout
24+
- Gestures: Chase hyprland v0.51.0 gesture syntax
25+
26+
### Added
1427

28+
- pinch gesture to toggle tile and floating
1529

1630
## v25.8.3
1731

β€ŽConfigs/.config/hypr/animations/vertical.confβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ animations {
3232

3333
animation = specialWorkspace, 1, 2, fluent_decel, slidefade 10%
3434
}
35+
36+
# Because of https://github.com/hyprwm/Hyprland/pull/11490 we need to set our gestures explicitly
37+
gesture = 3, horizontal, unset # unsets the default horizontal gesture
38+
gesture = 3, vertical, workspace

β€ŽConfigs/.local/share/hypr/defaults.confβ€Ž

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,10 @@ input {
5151
numlock_by_default = true
5252
}
5353

54-
gestures {
55-
#See https://wiki.hyprland.org/Configuring/Variables/#gestures
56-
workspace_swipe = true
57-
}
58-
54+
#See https://wiki.hypr.land/Configuring/Gestures/
55+
gesture = 3, horizontal, workspace
56+
gesture = 3, pinchin,float,tile
57+
gesture = 3, pinchout,float, float
5958

6059
# // β–ˆβ–‘β–‘β€ƒβ–„β–€β–ˆβ€ƒβ–ˆβ–„β–ˆβ€ƒβ–ˆβ–€β–ˆβ€ƒβ–ˆβ–‘β–ˆβ€ƒβ–€β–ˆβ–€β€ƒβ–ˆβ–€
6160
# // β–ˆβ–„β–„β€ƒβ–ˆβ–€β–ˆβ€ƒβ–‘β–ˆβ–‘β€ƒβ–ˆβ–„β–ˆβ€ƒβ–ˆβ–„β–ˆβ€ƒβ–‘β–ˆβ–‘β€ƒβ–„β–ˆ

0 commit comments

Comments
Β (0)