mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-06 23:33:42 +02:00
feat: alacritty zellij terminal launcher
This commit is contained in:
parent
fee99d6853
commit
b06c02940e
2 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,7 @@ bind = $mainMod, V, exec, $rofi_clipboard
|
|||
bind = $mainMod, U, exec, $rofi_wallpaper
|
||||
bind = $mainMod, K, exec, $waybar_toggle
|
||||
bind = $mainMod, Q, exec, $terminal
|
||||
bind = $mainMod, W, exec, $terminal -e zellij
|
||||
bind = $mainMod, W, exec, $zterminal
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, N, exec, $network_manager
|
||||
bind = $mainMod, J, exec, $pkg_manager
|
||||
|
|
|
@ -17,6 +17,7 @@ $SCRIPT_PATH = ~/.config/hypr/scripts
|
|||
|
||||
$mainMod = SUPER
|
||||
$terminal = alacritty -o "window.opacity=0"
|
||||
$zterminal = alacritty -o "window.opacity=0.6" -e zellij
|
||||
$fileManager = nemo
|
||||
$bluetooth-manager = blueman-manager
|
||||
$pkg_manager = octoxbps
|
||||
|
|
Loading…
Add table
Reference in a new issue