mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: fix gnome-keyring (second attempt)
This commit is contained in:
parent
81a2c13fda
commit
e8d3173cbd
2 changed files with 9 additions and 5 deletions
|
|
@ -77,12 +77,14 @@ main = xmonad
|
|||
spawnOnce "fcitx5 &" -- Input method
|
||||
spawn "feh --no-fehbg --bg-fill ~/.wallpaper &" -- wallpaper
|
||||
|
||||
io (putEnv "QT_SCALE_FACTOR=1.25") -- Fix problem where digikam is too small
|
||||
-- https://bugs.kde.org/show_bug.cgi?id=427662
|
||||
io (putEnv "GLFW_IM_MODULE=ibus" ) -- Make sure kitty knows how to talk to fcitx
|
||||
io (putEnv "MOZ_USE_XINPUT2=1" ) -- Force touchpad for firefox
|
||||
io $ do
|
||||
putEnv "QT_SCALE_FACTOR=1.25" -- Fix problem where digikam is too small
|
||||
-- https://bugs.kde.org/show_bug.cgi?id=427662
|
||||
|
||||
io (putEnv "dbus-update-activation-environment DISPLAY XAUTHORITY WAYLAND_DISPLAY")
|
||||
putEnv "GLFW_IM_MODULE=ibus" -- Make sure kitty knows how to talk to fcitx
|
||||
putEnv "MOZ_USE_XINPUT2=1" -- Force touchpad for firefox
|
||||
|
||||
putEnv "dbus-update-activation-environment DISPLAY XAUTHORITY WAYLAND_DISPLAY"
|
||||
|
||||
, layoutHook =
|
||||
let tallr = reflectMsg . reflectHoriz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue