hyprland: defaults to wezterm if enabled

This commit is contained in:
Tigor Hutasuhut 2024-07-11 15:05:56 +07:00
parent 90b086c3cb
commit 28341a31e9

View file

@ -82,7 +82,11 @@ in
# https://wiki.hyprland.org/Configuring/Binds
bind = [
# Programs
"$mod, RETURN, exec, kitty"
(
if config.profile.programs.wezterm.enable
then "$mod, RETURN, exec, wezterm-gui"
else "$mod, RETURN, exec, kitty"
)
"$mod, E, exec, thunar"
"$mod, B, exec, microsoft-edge"
"$mod, D, exec, rofi -show drun -replace -i"