hyprland: defaults to wezterm if enabled
This commit is contained in:
parent
90b086c3cb
commit
28341a31e9
|
@ -82,7 +82,11 @@ in
|
||||||
# https://wiki.hyprland.org/Configuring/Binds
|
# https://wiki.hyprland.org/Configuring/Binds
|
||||||
bind = [
|
bind = [
|
||||||
# Programs
|
# 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, E, exec, thunar"
|
||||||
"$mod, B, exec, microsoft-edge"
|
"$mod, B, exec, microsoft-edge"
|
||||||
"$mod, D, exec, rofi -show drun -replace -i"
|
"$mod, D, exec, rofi -show drun -replace -i"
|
||||||
|
|
Loading…
Reference in a new issue