Created
June 16, 2025 07:02
-
-
Save RajChowdhury240/3ddba2f0b735fea490bbd7867726d1e3 to your computer and use it in GitHub Desktop.
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
include ./Galaxy.conf | |
font_family Iosevka Nerd Font | |
font_size 20 | |
bold_font auto | |
italic_font auto | |
bold_italic_font auto | |
cursor_blink_interval 0.5 | |
cursor_stop_blinking_after 0 | |
scrollback_lines 10000 | |
enable_audio_bell no | |
window_padding_width 5 | |
hide_window_decorations yes | |
confirm_os_window_close 0 | |
map ctrl+left resize_window narrower | |
map ctrl+right resize_window wider | |
map ctrl+up resize_window taller | |
map ctrl+down resize_window shorter 3 | |
# reset all windows in the tab to default sizes | |
map ctrl+home resize_window reset | |
background_opacity 0.8 | |
background_blur 1 | |
background_image /Users/raj/rick.png | |
background_tint 0.2 | |
background_image_layout centered |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment