18 lines
		
	
	
	
		
			368 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			368 B
		
	
	
	
		
			INI
		
	
	
	
	
	
# -*- conf -*-
 | 
						|
 | 
						|
[main]
 | 
						|
include=~/.config/foot/catppuccin-macchiato.ini
 | 
						|
 | 
						|
font=monospace:size=10
 | 
						|
 | 
						|
[colors]
 | 
						|
alpha = .65
 | 
						|
 | 
						|
[key-bindings]
 | 
						|
 spawn-terminal=Control+Shift+n
 | 
						|
 | 
						|
# Fixes the SHIFT+ENTER escape sequence from showing
 | 
						|
# Git Issue: https://codeberg.org/dnkl/foot/issues/1358
 | 
						|
[text-bindings]
 | 
						|
 \x0d = Control+Return Shift+Return Control+Shift+Return
 | 
						|
 \x20 = Shift+space
 |