aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
m---------depends/mglpp0
-rw-r--r--meson.build2
3 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 58b0688..6014cc5 100644
--- a/TODO
+++ b/TODO
@@ -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(),