Compare commits

...

2 commits

Author SHA1 Message Date
Natsu Kagami c7cdc4ff5e
Keep GTK im module on sway 2024-06-08 17:01:10 +02:00
Natsu Kagami 97a162786f
Make portal windows float in sway 2024-06-07 22:45:25 +02:00

View file

@ -315,6 +315,7 @@ in
let
criterias = [
{ app_id = ".*float.*"; }
{ app_id = "org\\.freedesktop\\.impl\\.portal\\.desktop\\..*"; }
{ class = ".*float.*"; }
{ title = "Extension: .*Bitwarden.*"; }
];
@ -347,6 +348,7 @@ in
export QT_QPA_PLATFORM=wayland
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
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
'' + (if config.services.gnome-keyring.enable then ''