Compare commits
2 commits
a6b28f8c05
...
c7cdc4ff5e
Author | SHA1 | Date | |
---|---|---|---|
Natsu Kagami | c7cdc4ff5e | ||
Natsu Kagami | 97a162786f |
|
@ -315,6 +315,7 @@ in
|
||||||
let
|
let
|
||||||
criterias = [
|
criterias = [
|
||||||
{ app_id = ".*float.*"; }
|
{ app_id = ".*float.*"; }
|
||||||
|
{ app_id = "org\\.freedesktop\\.impl\\.portal\\.desktop\\..*"; }
|
||||||
{ class = ".*float.*"; }
|
{ class = ".*float.*"; }
|
||||||
{ title = "Extension: .*Bitwarden.*"; }
|
{ title = "Extension: .*Bitwarden.*"; }
|
||||||
];
|
];
|
||||||
|
@ -347,6 +348,7 @@ in
|
||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
|
||||||
export QT_IM_MODULE=fcitx
|
export QT_IM_MODULE=fcitx
|
||||||
|
export GTK_IM_MODULE=fcitx # Til text-input is merged
|
||||||
# export NIXOS_OZONE_WL=1 # Until text-input is merged
|
# export NIXOS_OZONE_WL=1 # Until text-input is merged
|
||||||
|
|
||||||
'' + (if config.services.gnome-keyring.enable then ''
|
'' + (if config.services.gnome-keyring.enable then ''
|
||||||
|
|
Loading…
Reference in a new issue