home: wm: i3: use 'my.home.terminal' explicitly
This commit is contained in:
parent
07b91de2f2
commit
b7b1c77dc8
|
@ -2,7 +2,10 @@
|
||||||
let
|
let
|
||||||
isEnabled = config.my.home.wm.windowManager == "i3";
|
isEnabled = config.my.home.wm.windowManager == "i3";
|
||||||
|
|
||||||
terminal = "i3-sensible-terminal";
|
terminal =
|
||||||
|
if config.my.home.terminal.program != null
|
||||||
|
then config.my.home.terminal.program
|
||||||
|
else "i3-sensible-terminal";
|
||||||
|
|
||||||
alt = "Mod1"; # `Alt` key
|
alt = "Mod1"; # `Alt` key
|
||||||
modifier = "Mod4"; # `Super` key
|
modifier = "Mod4"; # `Super` key
|
||||||
|
|
Loading…
Reference in a new issue