Skip to content

Commit

Permalink
keyd-application-mapper: Add support for Gnome 42
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaiya committed May 27, 2022
1 parent 0840338 commit 85c63c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/keyd-application-mapper
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class GnomeMonitor():

self.on_window_change = on_window_change

self.version = '1.1'
self.version = '1.2'
self.extension_dir = os.getenv('HOME') + '/.local/share/gnome-shell/extensions/keyd'
self.fifo_path = self.extension_dir + '/keyd.fifo'

Expand Down Expand Up @@ -255,7 +255,7 @@ class GnomeMonitor():
"name": "keyd",
"description": "Used by keyd to obtain active window information.",
"uuid": "keyd",
"shell-version": [ "41" ]
"shell-version": [ "41", "42" ]
}
'''

Expand Down

0 comments on commit 85c63c5

Please sign in to comment.