mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium/xmonad: export MOZ_USE_XINPUT2=1
This commit is contained in:
parent
fdc88e415f
commit
4adfe435df
1 changed files with 1 additions and 3 deletions
|
|
@ -225,9 +225,7 @@ myStartupHook = do
|
|||
-- - setting `home.sessionVariable` (home-manager) would only effect shells, probably due to the order of launched processes blah blah
|
||||
-- - setting `environment.sessionVariables` (NixOS) would make my set up less portable
|
||||
putEnv "GLFW_IM_MODULE=ibus" -- Make sure kitty knows how to talk to fcitx
|
||||
|
||||
-- TODO: doesn't work for firefox nor for zen since 145.0
|
||||
-- putEnv "MOZ_USE_XINPUT2=1" -- Force touchpad for firefox
|
||||
putEnv "MOZ_USE_XINPUT2=1" -- Force touchpad for firefox
|
||||
|
||||
removedKeybinds :: [(KeyMask, KeySym)]
|
||||
removedKeybinds =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue