mirror of
https://github.com/pnx/dotfiles
synced 2026-07-04 15:23:40 +02:00
alacritty: ipc_socket is under general section
This commit is contained in:
parent
09022e61ad
commit
12c4d177c2
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
ipc_socket = false
|
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
|
@ -55,3 +54,6 @@ white = "#A6ADC8"
|
||||||
matches = { foreground = "#0E1019", background = "#767BA0" }
|
matches = { foreground = "#0E1019", background = "#767BA0" }
|
||||||
focused_match = { foreground = "#0E1019", background = "#F9E2AF" }
|
focused_match = { foreground = "#0E1019", background = "#F9E2AF" }
|
||||||
|
|
||||||
|
[general]
|
||||||
|
ipc_socket = false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue