Compare commits

...

3 Commits

7 changed files with 40 additions and 18 deletions

View File

@ -84,7 +84,7 @@ repos:
# Easierish licensing when attempting reuse compliancy
- repo: https://github.com/fsfe/reuse-tool
rev: v5.1.1
rev: v6.1.2
hooks:
- id: reuse

View File

@ -1,18 +1,20 @@
# ~/.environment2, read by my ~/.profile
# All this is in /etc/profile.d/ or handled by something else such as darkman
# Using fcitx
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx"
#export XMODIFIERS=@im=fcitx
#export GTK_IM_MODULE="fcitx"
#export QT_IM_MODULE="fcitx"
# qt5ct allows theme choosing
export QT_QPA_PLATFORMTHEME="qt5ct"
#export QT_QPA_PLATFORMTHEME="qt5ct"
# Ensuring Wayland gets used as per Arch Wiki
# 2021-02-28 https://wiki.archlinux.org/index.php/Wayland#GUI_libraries
export QT_QPA_PLATFORM=wayland
export CLUTTER_BACKEND=wayland
export SDL_VIDEODRIVER=wayland
#export QT_QPA_PLATFORM=wayland
#export CLUTTER_BACKEND=wayland
#export SDL_VIDEODRIVER=wayland
# Breeze Dark everywhere
export GTK_THEME=Breeze-Dark
#export GTK_THEME=Breeze-Dark

View File

@ -682,11 +682,31 @@
"Type": "boolean",
"Value": false
},
"browser.ml.chat.menu": {
"Status": "locked",
"Type": "boolean",
"Value": false
},
"browser.ml.chat.page": {
"Status": "locked",
"Type": "boolean",
"Value": false
},
"browser.ml.chat.provider": {
"Status": "user",
"Type": "string",
"Value": ""
},
"browser.ml.chat.sidebar": {
"Status": "locked",
"Type": "boolean",
"Value": false
},
"browser.ml.enable": {
"Status": "locked",
"Type": "boolean",
"Value": false
},
"browser.ml.linkPreview.enabled": {
"Status": "locked",
"Type": "boolean",

View File

@ -0,0 +1,4 @@
# Using maliit
#export XMODIFIERS=@im="maliit"
#export GTK_IM_MODULE="maliit"
#export QT_IM_MODULE="maliit"

View File

@ -1,4 +0,0 @@
# Using maliit
export XMODIFIERS=@im="maliit"
export GTK_IM_MODULE="maliit"
export QT_IM_MODULE="maliit"

2
package.json vendored
View File

@ -9,6 +9,6 @@
"prettier-plugin-sh": "0.18.0",
"prettier-plugin-toml": "2.0.6"
},
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a",
"packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd",
"prettier": "@aminda/global-prettier-config"
}

View File

@ -1,10 +1,10 @@
# fcitx as input method requires these three
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx"
#export XMODIFIERS=@im=fcitx
#export GTK_IM_MODULE="fcitx"
#export QT_IM_MODULE="fcitx"
# required for using qt5ct (QT5 qtconfig), theming
export QT_QPA_PLATFORMTHEME="qt5ct"
#export QT_QPA_PLATFORMTHEME="qt5ct"
# This is hopefully read by web browsers and thus sites with dark theme
# should offer it to me