diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-02-06 17:05:32 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2023-02-06 17:05:32 -0500 |
| commit | 624effaa18ebdbae50116dafc5fec4c7d9259e5b (patch) | |
| tree | a4bf35185c98dd8ce29d8e24d56db9b4164d8ce4 | |
| parent | 98ea4e0080fd6f05485baa485cefe2fd7fea9fa2 (diff) | |
| parent | 81456798aea0cde75358b062880d2e38d3265f9e (diff) | |
| download | eibhear-624effaa18ebdbae50116dafc5fec4c7d9259e5b.tar.gz eibhear-624effaa18ebdbae50116dafc5fec4c7d9259e5b.tar.zst eibhear-624effaa18ebdbae50116dafc5fec4c7d9259e5b.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
| -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 |
