aboutsummaryrefslogtreecommitdiff
path: root/modules/firefox.home/chrome/globalKeybindings.uc.js
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-04-13 20:35:57 +0530
committerAkshay Nair <phenax5@gmail.com>2025-04-13 20:39:52 +0530
commitb9b036c7eb19dce1b4a996915dcfdfda18b2c6ca (patch)
tree288bd8eec45884a41251d491456e358b5803564c /modules/firefox.home/chrome/globalKeybindings.uc.js
parent90862ce996ee704042333532f601eef08588722f (diff)
downloadnixos-config-b9b036c7eb19dce1b4a996915dcfdfda18b2c6ca.tar.gz
nixos-config-b9b036c7eb19dce1b4a996915dcfdfda18b2c6ca.zip
Config sync
Diffstat (limited to '')
-rw-r--r--modules/firefox.home/chrome/globalKeybindings.uc.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/firefox.home/chrome/globalKeybindings.uc.js b/modules/firefox.home/chrome/globalKeybindings.uc.js
index 204a510..d8c0f51 100644
--- a/modules/firefox.home/chrome/globalKeybindings.uc.js
+++ b/modules/firefox.home/chrome/globalKeybindings.uc.js
@@ -139,6 +139,10 @@
},
init(win) {
+ console.log('-------------------------------------------');
+ console.log('init keys');
+ console.log('-------------------------------------------');
+
const observe = () => {
Services.obs.removeObserver(observe, 'browser-window-before-show');
module.onWindowReady(win)