Skip to content

Commit 961b7ce

Browse files
Save changes at: 1780130407
1 parent 4f9c383 commit 961b7ce

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

sway.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,22 @@ EOF
342342
function configure_terminal() {
343343
mkdir -p "$HOME"/.config/foot/
344344
cat > "$HOME"/.config/foot/foot.ini << 'EOF'
345+
font=JetBrainsMono Nerd Font:size=16
346+
pad=14x14
347+
term=xterm-256color
348+
349+
include=~/.config/omarchy/current/theme/foot.ini
350+
351+
[scrollback]
352+
lines=10000
353+
354+
[cursor]
355+
style=block
356+
blink=yes
357+
358+
[key-bindings]
359+
clipboard-copy=Control+Insert
360+
clipboard-paste=Shift+Insert
345361
EOF
346362
}
347363

0 commit comments

Comments
 (0)