Skip to content

Instantly share code, notes, and snippets.

@ahmadraniri1994
Created July 9, 2022 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadraniri1994/8a5e5b47fd9bfbf5bc11e6fbc490c79a to your computer and use it in GitHub Desktop.
Save ahmadraniri1994/8a5e5b47fd9bfbf5bc11e6fbc490c79a to your computer and use it in GitHub Desktop.
Hikari gtk4 patch.
1 patch for repository https://hub.darcs.net/raichoo/hikari:
patch bc1727d6444f21c0fb952e8c853d5110b5602403
Author: alex@xanderio.de
Date: Fri Dec 17 20:14:29 CET 2021
* prevent gtk4 application from crashing hikari
New patches:
[prevent gtk4 application from crashing hikari
alex@xanderio.de**20211217191429
Ignore-this: 4940e4e899744a7c246157e1f961ee2d2c2da4b2433c68330c7e7d9774419ccd52118f8368775ebb
] hunk ./src/server.c 470
+ if (wlr_decoration->surface->role == NULL) {
+ return;
+ }
Context:
[TAG 1.0.0-beta3
raichoo@acmelabs.space**20200303142632
Ignore-this: 176cc3935b1d4d494be66084e580bbee259cf9c4cf93a3f94b26a4412bc54804567b8fbe77d50391
* support for cursor themes
* cycling views and groups swapped meaning of next and prev
* cursor change to indicate mark select and layout select mode
* removed execute mode and partially merge it with mark select
* add `layout-apply` actions
* add `mark-show` and `mark-switch-to` actions
* rename layouting actions
]
Patch bundle hash:
f5dbab68c85ae4feb380006716f6ceb0f0c038d0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment