Skip to content

Commit

Permalink
Update the configuration for Alacritty
Browse files Browse the repository at this point in the history
  • Loading branch information
kplachkov authored Jan 5, 2025
1 parent 427602e commit 871924d
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 941 deletions.
9 changes: 9 additions & 0 deletions .config/alacritty/alacritty-darwin.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[general]
import = [
"~/.config/alacritty/base.toml",
"~/.config/alacritty/theme.toml"
]

[bell.command]
args = ["/usr/share/sounds/freedesktop/stereo/bell.oga", "--volume", "0.8"]
program = "pw-play"
9 changes: 9 additions & 0 deletions .config/alacritty/alacritty-linux.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[general]
import = [
"~/.config/alacritty/base.toml",
"~/.config/alacritty/theme.toml"
]

[bell.command]
args = ["/usr/share/sounds/freedesktop/stereo/bell.oga", "--volume", "0.8"]
program = "pw-play"
Loading

0 comments on commit 871924d

Please sign in to comment.