mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-27 01:03:43 +02:00
chore: alacritty window opacity removed from hyprland config
This commit is contained in:
parent
1e97dfc44d
commit
10de7ea435
2 changed files with 3 additions and 3 deletions
|
@ -35,11 +35,11 @@ $eww_toggle_panel = $EWW_SCRIPT_PATH/eww/toggle-panel.sh
|
||||||
|
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
||||||
$alacritty_terminal = alacritty -o "window.opacity=0"
|
$alacritty_terminal = alacritty
|
||||||
$kitty_terminal = kitty
|
$kitty_terminal = kitty
|
||||||
|
|
||||||
$terminal = $alacritty_terminal
|
$terminal = $alacritty_terminal
|
||||||
$zterminal = $alacritty_terminal -e zellij
|
$zterminal = $alacritty_terminal -o "window.opacity=1" -e zellij
|
||||||
|
|
||||||
$fileManager = nemo
|
$fileManager = nemo
|
||||||
$bluetooth-manager = blueman-manager
|
$bluetooth-manager = blueman-manager
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 974fd471d1477d5fd7c331cc319515b74b03f3f4
|
Subproject commit 20411f89c463f6ace15dbafe0ae1172a7008ba9d
|
Loading…
Add table
Reference in a new issue