diff options
| author | PrivateLalle <29478339+LalleSX@users.noreply.github.com> | 2023-02-06 19:28:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-06 18:28:08 +0000 |
| commit | 81456798aea0cde75358b062880d2e38d3265f9e (patch) | |
| tree | 2412dbb147699d40a85e470717889a9f1d6808e7 | |
| parent | 070c613050e9149fafc8af3072218199b4588387 (diff) | |
| download | eibhear-81456798aea0cde75358b062880d2e38d3265f9e.tar.gz eibhear-81456798aea0cde75358b062880d2e38d3265f9e.tar.zst eibhear-81456798aea0cde75358b062880d2e38d3265f9e.zip | |
Fix mouse issue in firefox, add avif icon and add DK & SE to dopplar (#1259)
* Fix mouse issue in firefox, add avif icon and add DK & SE to dopplar
* Update sb-doppler
* Scandinavian countries listed
---------
Co-authored-by: Victor Risgaard <victor@risgaard.xyz>
| -rw-r--r-- | .config/firefox/larbs.js | 3 | ||||
| -rw-r--r-- | .config/lf/icons | 1 | ||||
| -rwxr-xr-x | .local/bin/statusbar/sb-doppler | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/.config/firefox/larbs.js b/.config/firefox/larbs.js index d0d0d5c..8328357 100644 --- a/.config/firefox/larbs.js +++ b/.config/firefox/larbs.js @@ -42,3 +42,6 @@ user_pref("network.http.referer.XOriginPolicy", 0); // Disable Firefox sync and its menu entries user_pref("identity.fxaccounts.enabled", false); + +// Fix the issue where right mouse button instantly clicks +user_pref("ui.context_menus.after_mouseup", true); diff --git a/.config/lf/icons b/.config/lf/icons index ac8f641..aad068c 100644 --- a/.config/lf/icons +++ b/.config/lf/icons @@ -9,6 +9,7 @@ ex 🎯 *.mom ✍ *.me ✍ *.ms ✍ +*.avif 🖼 *.png 🖼 *.webp 🖼 *.ico 🖼 diff --git a/.local/bin/statusbar/sb-doppler b/.local/bin/statusbar/sb-doppler index 7573c98..f58b744 100755 --- a/.local/bin/statusbar/sb-doppler +++ b/.local/bin/statusbar/sb-doppler @@ -184,7 +184,7 @@ US: KVNX: Norman, OK US: KVBX: Vandenberg Afb: Orcutt, CA EU: Europe EU: GB: Great Brittain -EU: SCAN: Scandinavia +EU: SCAN: Scandinavia. Norway, Sweden And Denmark EU: ALPS: The Alps EU: NL: The Netherlands EU: DE: Germany |
