mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 03:53:11 +00:00
Add wezterm bind
This commit is contained in:
parent
3a4353b990
commit
8e57979d3c
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
modifier = modifier;
|
modifier = modifier;
|
||||||
terminal = "alacritty";
|
terminal = if config.mods.terminal.wezterm.enable then "wezterm" else "alacritty";
|
||||||
menu = "rofi -show drun";
|
menu = "rofi -show drun";
|
||||||
|
|
||||||
window = {
|
window = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue