feat: Add keybind to open terminal without zellij

This commit is contained in:
2025-04-19 16:26:46 +10:00
parent d121c11f43
commit 950fc54fb4
2 changed files with 31 additions and 1 deletions

27
.alacritty-nozellij.toml Normal file
View 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"]

View File

@@ -282,4 +282,7 @@ bind = , mouse_right, exec, ydotool key 56:1 106:1 106:0 56:0
bind = SUPER CTRL, P, exec, ~/.config/hypr/scripts/gromit.py 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