Skip to content

Instantly share code, notes, and snippets.

@clemlesne
Created May 16, 2025 11:24
Show Gist options
  • Save clemlesne/e68ab73edf63477d68b46193916f9c0f to your computer and use it in GitHub Desktop.
Save clemlesne/e68ab73edf63477d68b46193916f9c0f to your computer and use it in GitHub Desktop.
My Rio config file in macOS, from `$HOME/.config/rio/config.toml`.
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