mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-12 03:56:56 +02:00
chore: zellij terminal replaced with tmux
This commit is contained in:
parent
0327fdbc42
commit
50f0f22909
2 changed files with 5 additions and 5 deletions
|
@ -6,12 +6,12 @@
|
|||
# exec-once = [workspace 3 silent] nekoray
|
||||
exec-once = [workspace 3 silent] $terminal -e htop
|
||||
|
||||
exec-once = [workspace special:$networks_workspace silent] $terminal
|
||||
exec-once = [workspace special:$networks_workspace silent] $terminal
|
||||
exec-once = [workspace special:$networks_workspace silent] $zterminal
|
||||
# exec-once = [workspace special:$networks_workspace silent] $terminal
|
||||
|
||||
# exec-once = [workspace special:$magic_workspace silent] $terminal -e tty-clock -c
|
||||
exec-once = [workspace special:$magic_workspace silent] $terminal
|
||||
exec-once = [workspace special:$magic_workspace silent] $terminal
|
||||
exec-once = [workspace special:$magic_workspace silent] $zterminal
|
||||
# exec-once = [workspace special:$magic_workspace silent] $terminal
|
||||
|
||||
# exec-once = [workspace 3 silent] $terminal -e bandwhich
|
||||
# exec-once = [workspace 3 silent] $terminal -e tty-clock -c
|
||||
|
|
|
@ -31,7 +31,7 @@ $kitty_terminal = kitty
|
|||
$rio_terminal = rio
|
||||
|
||||
$terminal = $alacritty_terminal
|
||||
$zterminal = $terminal -o "window.opacity=1" -e zellij
|
||||
$zterminal = $terminal -e tmux
|
||||
|
||||
$fileManager = dolphin
|
||||
$bluetooth-manager = blueman-manager
|
||||
|
|
Loading…
Add table
Reference in a new issue