mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
dec10648c8
This is so I remember how to initialize river if I want to use it again, although I currently have no plans to do so.
8 lines
147 B
Bash
Executable File
8 lines
147 B
Bash
Executable File
export BROWSER="librewolf"
|
|
export GTK_IM_MODULE=fcitx
|
|
export QT_IM_MODULE=fcitx
|
|
export XMODIFIERS=@im=fcitx
|
|
export GLFW_IM_MODULE=ibus
|
|
|
|
exec river
|