diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-02-08 13:15:45 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-02-08 13:15:45 +0530 |
| commit | 653b19aa1e732f56453db383504fe8a5438bda5a (patch) | |
| tree | 5681f12f0b1c8086e03abcf5577ca6c191d917d1 /modules/firefox.home/chrome/globalKeybindings.uc.js | |
| parent | 168884c4515b77f946b76b55fce207e13ceb217c (diff) | |
| download | nixos-config-653b19aa1e732f56453db383504fe8a5438bda5a.tar.gz nixos-config-653b19aa1e732f56453db383504fe8a5438bda5a.zip | |
Enable firefox
Diffstat (limited to 'modules/firefox.home/chrome/globalKeybindings.uc.js')
| -rw-r--r-- | modules/firefox.home/chrome/globalKeybindings.uc.js | 4 |
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 d8c0f51..fe1d1f7 100644 --- a/modules/firefox.home/chrome/globalKeybindings.uc.js +++ b/modules/firefox.home/chrome/globalKeybindings.uc.js @@ -2,10 +2,14 @@ // @name Global Keybindings // @version 1.0 // @description Setup global keybindings on all windows +// @include main // @startup UC.globalKeybindings.init(win); // @shutdown UC.globalKeybindings.destroy(); +// @onlyonce // ==/UserScript== +console.log('------------------------- keybinds') + (() => { // Configure global keybindings const KEYBINDINGS = () => ({ |
