feat: Add keybind to open terminal without zellij
This commit is contained in:
27
.alacritty-nozellij.toml
Normal file
27
.alacritty-nozellij.toml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
[env]
|
||||||
|
TERM = "xterm-256color"
|
||||||
|
ZELLIJ = "0"
|
||||||
|
shell = "zsh"
|
||||||
|
|
||||||
|
[window]
|
||||||
|
decorations = "none"
|
||||||
|
startup_mode = "Windowed"
|
||||||
|
opacity = 0.8
|
||||||
|
blur = true
|
||||||
|
|
||||||
|
# padding = { x = 10, y = 10 }
|
||||||
|
|
||||||
|
[font]
|
||||||
|
normal = { family = "Fira Code", style = "Regular" }
|
||||||
|
size = 8
|
||||||
|
|
||||||
|
|
||||||
|
[selection]
|
||||||
|
save_to_clipboard = true
|
||||||
|
|
||||||
|
[mouse]
|
||||||
|
bindings = [{ mouse = "Right", action = "Paste" }]
|
||||||
|
|
||||||
|
[general]
|
||||||
|
import = ["~/.config/alacritty/themes/themes/hyper.toml"]
|
||||||
|
|
||||||
@@ -283,3 +283,6 @@ bind = SUPER CTRL, P, exec, ~/.config/hypr/scripts/gromit.py
|
|||||||
|
|
||||||
# Emoji
|
# Emoji
|
||||||
bind = $mainMod, PERIOD, exec, bemoji
|
bind = $mainMod, PERIOD, exec, bemoji
|
||||||
|
|
||||||
|
# Custom terminal
|
||||||
|
bind = $mainMod, T, exec, alacritty --config-file ~/dotfiles/.alacritty-nozellij.toml
|
||||||
Reference in New Issue
Block a user