Created
May 16, 2025 11:24
-
-
Save clemlesne/e68ab73edf63477d68b46193916f9c0f to your computer and use it in GitHub Desktop.
My Rio config file in macOS, from `$HOME/.config/rio/config.toml`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
confirm-before-quit = false | |
hide-mouse-cursor-when-typing = true | |
padding-x = 10 | |
padding-y = [10, 10] | |
use-fork = false | |
[fonts] | |
family = "FiraCode Nerd Font Mono" | |
[fonts.emoji] | |
family = "Apple Color Emoji" | |
[editor] | |
program = "code" | |
[renderer] | |
backend = "Metal" | |
performance = "High" | |
target-fps = 120 | |
[window] | |
blur = true | |
height = 400 | |
opacity = 0.6 | |
width = 800 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment