mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-08 11:28:14 +01:00
Compare commits
3 Commits
c3dcf48d4e
...
368eb317c7
| Author | SHA1 | Date | |
|---|---|---|---|
| 368eb317c7 | |||
| 56cb024d7d | |||
| d4f4c5c215 |
@ -84,7 +84,7 @@ repos:
|
|||||||
|
|
||||||
# Easierish licensing when attempting reuse compliancy
|
# Easierish licensing when attempting reuse compliancy
|
||||||
- repo: https://github.com/fsfe/reuse-tool
|
- repo: https://github.com/fsfe/reuse-tool
|
||||||
rev: v5.1.1
|
rev: v6.1.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: reuse
|
- id: reuse
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,20 @@
|
|||||||
# ~/.environment2, read by my ~/.profile
|
# ~/.environment2, read by my ~/.profile
|
||||||
|
|
||||||
|
# All this is in /etc/profile.d/ or handled by something else such as darkman
|
||||||
|
|
||||||
# Using fcitx
|
# Using fcitx
|
||||||
export XMODIFIERS=@im=fcitx
|
#export XMODIFIERS=@im=fcitx
|
||||||
export GTK_IM_MODULE="fcitx"
|
#export GTK_IM_MODULE="fcitx"
|
||||||
export QT_IM_MODULE="fcitx"
|
#export QT_IM_MODULE="fcitx"
|
||||||
|
|
||||||
# qt5ct allows theme choosing
|
# qt5ct allows theme choosing
|
||||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
#export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||||
|
|
||||||
# Ensuring Wayland gets used as per Arch Wiki
|
# Ensuring Wayland gets used as per Arch Wiki
|
||||||
# 2021-02-28 https://wiki.archlinux.org/index.php/Wayland#GUI_libraries
|
# 2021-02-28 https://wiki.archlinux.org/index.php/Wayland#GUI_libraries
|
||||||
export QT_QPA_PLATFORM=wayland
|
#export QT_QPA_PLATFORM=wayland
|
||||||
export CLUTTER_BACKEND=wayland
|
#export CLUTTER_BACKEND=wayland
|
||||||
export SDL_VIDEODRIVER=wayland
|
#export SDL_VIDEODRIVER=wayland
|
||||||
|
|
||||||
# Breeze Dark everywhere
|
# Breeze Dark everywhere
|
||||||
export GTK_THEME=Breeze-Dark
|
#export GTK_THEME=Breeze-Dark
|
||||||
|
|||||||
@ -682,11 +682,31 @@
|
|||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": false
|
"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": {
|
"browser.ml.chat.provider": {
|
||||||
"Status": "user",
|
"Status": "user",
|
||||||
"Type": "string",
|
"Type": "string",
|
||||||
"Value": ""
|
"Value": ""
|
||||||
},
|
},
|
||||||
|
"browser.ml.chat.sidebar": {
|
||||||
|
"Status": "locked",
|
||||||
|
"Type": "boolean",
|
||||||
|
"Value": false
|
||||||
|
},
|
||||||
|
"browser.ml.enable": {
|
||||||
|
"Status": "locked",
|
||||||
|
"Type": "boolean",
|
||||||
|
"Value": false
|
||||||
|
},
|
||||||
"browser.ml.linkPreview.enabled": {
|
"browser.ml.linkPreview.enabled": {
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
|
|||||||
4
etc/profile.d/90-commented-maliit-sample.sh
Normal file
4
etc/profile.d/90-commented-maliit-sample.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Using maliit
|
||||||
|
#export XMODIFIERS=@im="maliit"
|
||||||
|
#export GTK_IM_MODULE="maliit"
|
||||||
|
#export QT_IM_MODULE="maliit"
|
||||||
@ -1,4 +0,0 @@
|
|||||||
# Using maliit
|
|
||||||
export XMODIFIERS=@im="maliit"
|
|
||||||
export GTK_IM_MODULE="maliit"
|
|
||||||
export QT_IM_MODULE="maliit"
|
|
||||||
2
package.json
vendored
2
package.json
vendored
@ -9,6 +9,6 @@
|
|||||||
"prettier-plugin-sh": "0.18.0",
|
"prettier-plugin-sh": "0.18.0",
|
||||||
"prettier-plugin-toml": "2.0.6"
|
"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"
|
"prettier": "@aminda/global-prettier-config"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
# fcitx as input method requires these three
|
# fcitx as input method requires these three
|
||||||
export XMODIFIERS=@im=fcitx
|
#export XMODIFIERS=@im=fcitx
|
||||||
export GTK_IM_MODULE="fcitx"
|
#export GTK_IM_MODULE="fcitx"
|
||||||
export QT_IM_MODULE="fcitx"
|
#export QT_IM_MODULE="fcitx"
|
||||||
|
|
||||||
# required for using qt5ct (QT5 qtconfig), theming
|
# 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
|
# This is hopefully read by web browsers and thus sites with dark theme
|
||||||
# should offer it to me
|
# should offer it to me
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user