switch to alacritty
This commit is contained in:
parent
975098c9f4
commit
b18fd67123
3 changed files with 7 additions and 11 deletions
6
.alacritty.toml
Normal file
6
.alacritty.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[window]
|
||||||
|
decorations = "Transparent"
|
||||||
|
|
||||||
|
[font]
|
||||||
|
normal = { family = "JetBrainsMono NF", style = "Regular" }
|
||||||
|
size = 12
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
||||||
# Programs
|
# Programs
|
||||||
$terminal = kitty
|
$terminal = alacritty
|
||||||
$fileManager = nautilus
|
$fileManager = nautilus
|
||||||
$menu = ~/.config/rofi/scripts/launcher_t1
|
|
||||||
$lockScreen = hyprlock
|
$lockScreen = hyprlock
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
font_family JetBrainsMono NF
|
|
||||||
font_size 14
|
|
||||||
shell_integration enabled
|
|
||||||
enable_audio_bell no
|
|
||||||
window_margin_width 2
|
|
||||||
background_opacity 0.85
|
|
||||||
confirm_os_window_close 0
|
|
||||||
tab_bar_style powerline
|
|
||||||
hide_window_decorations yes
|
|
||||||
Loading…
Add table
Reference in a new issue