diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-08-21 21:32:25 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-08-21 21:32:25 +0530 |
| commit | 397f3cdf4862c2912212a00cd799a920b654aa8a (patch) | |
| tree | 1608ff3dc7c97d06d01b6ab1a80fa082cf2669ea /modules/firefox.home/chrome/globalKeybindings.uc.js | |
| parent | 1491b71d692a19d11fa2f6bbe25b021303a93bea (diff) | |
| download | nixos-config-397f3cdf4862c2912212a00cd799a920b654aa8a.tar.gz nixos-config-397f3cdf4862c2912212a00cd799a920b654aa8a.zip | |
Move firefox config to autoconfig.js file
Diffstat (limited to '')
| -rw-r--r-- | modules/firefox.home/chrome/globalKeybindings.uc.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/firefox.home/chrome/globalKeybindings.uc.js b/modules/firefox.home/chrome/globalKeybindings.uc.js index 7341fc0..51326fd 100644 --- a/modules/firefox.home/chrome/globalKeybindings.uc.js +++ b/modules/firefox.home/chrome/globalKeybindings.uc.js @@ -6,7 +6,6 @@ // @shutdown UC.globalKeybindings.destroy(); // ==/UserScript== - (() => { // Configure global keybindings const KEYBINDINGS = () => ({ |
