diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-05 22:10:30 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-05 22:10:30 +0100 |
commit | 6449133c578635bff71162909ff0a825b78fdc9a (patch) | |
tree | 1ff558be448b5a611e835196dc647b24b779c8ab | |
parent | 1168e6827887827a1d1340d7ff7da857c082461e (diff) |
-rw-r--r-- | TODO | 2 | ||||
m--------- | depends/mglpp | 0 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 2 insertions, 2 deletions
@@ -137,4 +137,4 @@ Make input work with cjk input systems (such as fcitx). System startup option should also support runit and some other init systems, not only soystemd. - +Allow using a hotkey such as printscreen or any other non-alphanumeric key without a modifier. Allow that in gsr-ui and gsr-global-hotkeys. Update the ui to match that.
\ No newline at end of file diff --git a/depends/mglpp b/depends/mglpp -Subproject 04a9fdec5a7248245b0c3ec874a5df56e039a8f +Subproject 9634e4fef56016f59d45b0cb530087ab36f0171 diff --git a/meson.build b/meson.build index 351a1d1..647bf73 100644 --- a/meson.build +++ b/meson.build @@ -54,7 +54,7 @@ datadir = get_option('datadir') gsr_ui_resources_path = join_paths(prefix, datadir, 'gsr-ui') add_project_arguments('-DGSR_UI_VERSION="' + meson.project_version() + '"', language: ['c', 'cpp']) -add_project_arguments('-DGSR_FLATPAK_VERSION="5.1.6"', language: ['c', 'cpp']) +add_project_arguments('-DGSR_FLATPAK_VERSION="5.1.7"', language: ['c', 'cpp']) executable( meson.project_name(), |